LocalFileSystem
Summary
The LocalFileSystem interface of the File System API gives you access to a sandboxed file system. The methods are implemented by window and worker objects.
Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.
Properties
No properties.
Methods
- requestFileSystem
Requests a file system where data should be stored. You access a sandboxed file system by requesting a LocalFileSystem object using this global method, window.requestFileSystem().
Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.
- resolveLocalFileSystemURL
Allows the user to look up the Entry for a file or directory referred to by a local URL.
Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.
Events
No events.
Related specifications
- W3C File API: Directories and System Specification
- W3C Working Draft