File system access
Limited availability
The showOpenFilePicker()
, showDirectoryPicker()
, and showSaveFilePicker()
methods request access to files and directories on the user's device and returns a handle for reading and writing to them.
Learning resources on MDN
Browser support (view on caniuse.com)
- Chrome 86 Released on 2020-10-20
- Chrome Android ❌
- Edge 86 Released on 2020-10-09
- Firefox ❌ Vendor position : negative
- Firefox for Android ❌ Vendor position : negative
- Safari ❌ See webkit.org/b/231706 Vendor position : oppose (concerns: security)
- Safari on iOS ❌ See webkit.org/b/231706 Vendor position : oppose (concerns: security)
Specifications
- File System Access, from Web Platform Incubator Community Group (W3C).