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 web.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 `web.requestFileSystem()`
(name this)
Property.
The read-only name property of the file.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. The read-only name property of the `file.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.
The read-only root property of the file.FileSystem
interface
a file.FileSystemDirectoryEntry
object representing the root
of the file system, for use with the File and Directory Entries
var rootDirEnt = FileSystem.root;
See also: https://developer.mozilla.org/en-US/docs/Web/API/FileSystem/root
Property. The read-only root property of the `file.FileSystem` interface a `file.FileSystemDirectoryEntry` object representing the root of the file system, for use with the File and Directory Entries `var rootDirEnt = FileSystem.root;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/FileSystem/root`
(set-name! this val)
Property.
The read-only name property of the file.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. The read-only name property of the `file.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`
(set-root! this val)
Property.
The read-only root property of the file.FileSystem
interface
a file.FileSystemDirectoryEntry
object representing the root
of the file system, for use with the File and Directory Entries
var rootDirEnt = FileSystem.root;
See also: https://developer.mozilla.org/en-US/docs/Web/API/FileSystem/root
Property. The read-only root property of the `file.FileSystem` interface a `file.FileSystemDirectoryEntry` object representing the root of the file system, for use with the File and Directory Entries `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