FileSystem

open class FileSystem(source)

The File and Directory Entries API interface FileSystem is used to represent a file system.

MDN Reference

Properties

Link copied to clipboard

The read-only name property of the FileSystem interface indicates the file system's name.

Link copied to clipboard

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.