FileSystemDirectoryEntry
The FileSystemDirectoryEntry
interface of the File and Directory Entries API represents a directory in a file system.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
fun getDirectory( path: String? = definedExternally, options: FileSystemFlags = definedExternally, successCallback: FileSystemEntryCallback = definedExternally, errorCallback: ErrorCallback = definedExternally)
Link copied to clipboard
fun getFile( path: String? = definedExternally, options: FileSystemFlags = definedExternally, successCallback: FileSystemEntryCallback = definedExternally, errorCallback: ErrorCallback = definedExternally)
Link copied to clipboard
fun getParent(successCallback: FileSystemEntryCallback = definedExternally, errorCallback: ErrorCallback = definedExternally)