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
654 stars 65 forks source link

Add `showSaveDirectoryPicker()` #431

Open atjn opened 9 months ago

atjn commented 9 months ago

I propose adding showSaveDirectoryPicker() as a way to save a new directory. It should be very similar to showSaveFilePicker(), but should only allow saving of directories.

I have explained why I need this here: https://bugs.chromium.org/p/chromium/issues/detail?id=1504557