Preparing search index...
    • 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.

      Returns void

      init();
      console.log('File system initialized');