FileSystemHandle
The FileSystemHandle interface of the File System API is an object which represents a file or directory entry. Multiple handles can represent the same entry. For the most part you do not work with FileSystemHandle directly but rather its child interfaces FileSystemFileHandle and FileSystemDirectoryHandle. Available only in secure contexts.
Inheritors
Properties
Functions
Link copied to clipboard
The isSameEntry() method of the FileSystemHandle interface compares two handles 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 handles to see if the associated entries (either a file or directory) match.