The read-only filesystem
property of the FileSystemEntry
interface contains a FileSystem
object that represents the file system on which the entry resides.
A FileSystem
representing the file system on which the file or directory described by the FileSystemEntry
is located.
This example obtains a FileSystemDirectoryEntry
for the root directory of the file system containing a file.
let rootDirEntry = fileEntry.filesystem.root;
Specifications Browser compatibility See also
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4