root
Summary
The root directory of the file system.
Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.
Property of apis/filesystem/FileSystemSyncapis/filesystem/FileSystemSync
Syntax
Note: This property is read-only.
var result = FileSystemSync.root;
Return Value
Returns an object of type
DirectoryEntry
Related specifications
- W3C File API: Directories and System Specification
- W3C Working Draft