FileSystemEntry: filesystem property
The read-only filesystem
property of the FileSystemEntry
interface contains a
FileSystem
object that represents the file system on which the entry
resides.
Value
A FileSystem
representing the file system on which the file or directory
described by the FileSystemEntry
is located.
Examples
This example obtains a FileSystemDirectoryEntry
for the root directory
of the file system containing a file.
js
let rootDirEntry = fileEntry.filesystem.root;
Specifications
Specification |
---|
File and Directory Entries API # dom-filesystementry-filesystem |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
filesystem |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.