A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/en-US/docs/Web/API/FileSystemEntry/filesystem below:

FileSystemEntry: filesystem property - Web APIs

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.

let rootDirEntry = fileEntry.filesystem.root;
Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4