FileSystem: root property

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

The read-only root property of the FileSystem interface specifies a FileSystemDirectoryEntry object representing the root directory of the file system, for use with the File and Directory Entries API.

Value

A FileSystemDirectoryEntry representing the file system's root directory.

Examples

js
// tbd

Specifications

Specification
File and Directory Entries API
# dom-filesystem-root

Browser compatibility

BCD tables only load in the browser

See also