I am exploring options for the application that I am creating. Browser extensions for all browser platforms have access to the file system, for example, Firefox?
Chrome extensions do not allow access to an arbitrary file system. However, you could write an NPAPI plugin , but this has some serious caveats:
You can also use the HTML5 file system API to access the isolated file system:
Dolphin . API ( ). , .