FileSystemHandle

The FileSystemHandle interface of the File System API is an object which represents a file or directory entry. Available only in secure contexts.

MDN Reference

Inheritors

Properties

Link copied to clipboard

The kind read-only property of the FileSystemHandle interface returns the type of entry.

Link copied to clipboard

The name read-only property of the FileSystemHandle interface returns the name of the entry represented by handle.

Functions

Link copied to clipboard

The isSameEntry() method of the FileSystemHandle interface compares two FileSystemHandle to see if the associated entries (either a file or directory) match.

Link copied to clipboard

The isSameEntry() method of the FileSystemHandle interface compares two FileSystemHandle to see if the associated entries (either a file or directory) match.