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 'file' if the associated entry is a file or 'directory'.

Link copied to clipboard

The name read-only property of the handle.

Functions

Link copied to clipboard
suspend fun isSameEntry(other: FileSystemHandle): Boolean

The isSameEntry() method of the ``js-nolint isSameEntry(fileSystemHandle) `` - FileSystemHandle - : The FileSystemHandle to match against the handle on which the method is invoked.

Link copied to clipboard