The File and Directory Entries API interface FileSystem is used
represent a file system. These objects can be obtained from the
property on any file system entry. Some browsers offer additional
to create and manage file systems, such as Chrome's requestFileSystem()
The File and Directory Entries API interface FileSystem is used represent a file system. These objects can be obtained from the property on any file system entry. Some browsers offer additional to create and manage file systems, such as Chrome's `requestFileSystem()`
(name this)
Property.
[Read Only] [Non Standard] [Experimental]
The read-only name property of the web.files.FileSystem
interface
the file system's name. This web.USVString
is unique among
file systems currently exposed by the File and Directory Entries
var fsName = FileSystem.name;
See also: https://developer.mozilla.org/en-US/docs/Web/API/FileSystem/name
Property. [Read Only] [Non Standard] [Experimental] The read-only name property of the `web.files.FileSystem` interface the file system's name. This `web.USVString` is unique among file systems currently exposed by the File and Directory Entries `var fsName = FileSystem.name;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/FileSystem/name`
(root this)
Property.
[Read Only] [Non Standard] [Experimental]
The read-only root property of the web.files.FileSystem
interface
a web.files.FileSystemDirectoryEntry
object representing the
directory of the file system, for use with the File and Directory
API.
var rootDirEnt = FileSystem.root;
See also: https://developer.mozilla.org/en-US/docs/Web/API/FileSystem/root
Property. [Read Only] [Non Standard] [Experimental] The read-only root property of the `web.files.FileSystem` interface a `web.files.FileSystemDirectoryEntry` object representing the directory of the file system, for use with the File and Directory API. `var rootDirEnt = FileSystem.root;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/FileSystem/root`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close