The File and Directory Entries API interface FileSystem is used to represent a file system.
FileSystem
MDN Reference
The read-only name property of the FileSystem interface indicates the file system's name.
name
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.
root