Back to Content

FileSystem: name property

files/en-us/web/api/filesystem/name/index.md

latest606 B
Original Source

{{APIRef("File and Directory Entries API")}}

The read-only name property of the {{domxref("FileSystem")}} interface indicates the file system's name. This string is unique among all file systems currently exposed by the File and Directory Entries API.

Value

A string representing the file system's name.

Examples

js
// tbd

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also