Initializes the file system directories
Creates necessary directories for the app's permanent storage and cache. This function should be called during app startup before any file operations.
init();console.log('File system initialized'); Copy
init();console.log('File system initialized');
Initializes the file system directories
Creates necessary directories for the app's permanent storage and cache. This function should be called during app startup before any file operations.