FileSystemFileEntry
The FileSystemFileEntry
interface of the File and Directory Entries API represents a file in a file system.
Properties
Link copied to clipboard
The read-only filesystem
property of the FileSystemEntry interface contains a resides.
Link copied to clipboard
The read-only isDirectory
property of the FileSystemEntry interface is true
if the entry represents a directory (meaning it's a FileSystemDirectoryEntry) and false
if it's not.
Functions
Link copied to clipboard
The FileSystemFileEntry interface's method file()
returns a the directory entry.
Link copied to clipboard
fun getParent(successCallback: FileSystemEntryCallback = definedExternally, errorCallback: ErrorCallback = definedExternally)
The FileSystemEntry interface's method getParent()
obtains a ``js-nolint getParent(successCallback, errorCallback) getParent(successCallback) ``
- successCallback
- : A function which is called when the parent directory entry has been retrieved.