name
Summary
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.
Property of apis/filesystem/FileSystemapis/filesystem/FileSystem
Syntax
Note: This property is read-only.
var result = FileSystem.name;
Return Value
Returns an object of type
DOMString
Related specifications
- W3C File API: Directories and System Specification
- W3C Working Draft