FileSystemDirectoryEntry
The FileSystemDirectoryEntry
interface of the File and Directory Entries API represents a directory in a file system.
Properties
The read-only filesystem
property of the FileSystemEntry interface contains a resides.
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
The FileSystemDirectoryEntry interface's method createReader()
returns a the directory.
The FileSystemDirectoryEntry interface's method getDirectory()
returns a somewhere within the directory subtree rooted at the directory on which it's called.
The FileSystemDirectoryEntry interface's method getFile()
returns a within the directory subtree rooted at the directory on which it's called.
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.