1. Web
  2. Web APIs
  3. FileSystemEntry
  4. filesystem

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

See also

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.

AltStyle によって変換されたページ (->オリジナル) /