FileSystem
Summary
In the File System API, a FileSystem object represents a file system. The object is the argument of a successful callback of requestFileSystem().
Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.
Properties
- name
The name of the file system. The specifics of naming filesystems is unspecified, but a name must be unique across the list of exposed file systems.
Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.
- root
The root directory of the file system.
Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.
Methods
No methods.
Events
No events.
Related specifications
- W3C File API: Directories and System Specification
- W3C Working Draft