Readonly
kindThe kind
read-only property of the 'file'
if the associated entry is a file or 'directory'
.
Readonly
nameThe name
read-only property of the handle.
Create a synchronous access handle (FileSystemSyncAccessHandle).
Optional
options: FileSystemSyncAccessHandleOptionsOptional object:
Returns synchronous access handle
The createWritable()
method of the FileSystemFileHandle interface creates a FileSystemWritableFileStream that can be used to write to a file.
Optional
options: FileSystemCreateWritableOptionsThe getFile()
method of the If the file on disk changes or is removed after this method is called, the returned js-nolint getFile()
None.
The isSameEntry()
method of the js-nolint isSameEntry(fileSystemHandle)
- FileSystemHandle - : The FileSystemHandle
to match against the handle on which the method is invoked.
File handle object, extends FileSystemFileHandle.