WICG / file-system-access

Expose the file system on the user’s device, so Web apps can interoperate with the user’s native applications.
https://wicg.github.io/file-system-access/
Other
667 stars 66 forks source link

Make current directory of file a well known directory for file:// #362

Open slaymaker1907 opened 2 years ago

slaymaker1907 commented 2 years ago

I maintain a plugin for Tiddlywiki that heavily uses the file system access API. One major use case is opening and saving wikis using the file:// protocol rather than a full webserver. Since this obviously corresponds to a disk location, it would be nice to specify said location as the starting directory like you can with downloads, documents, etc.