FileSystemEntry extension type

The FileSystemEntry interface of the File and Directory Entries API represents a single entry in a file system. The entry can be a file or a directory (directories are represented by the FileSystemDirectoryEntry interface). It includes methods for working with files—including copying, moving, removing, and reading files—as well as information about a file it points to—including the file name and its path from the root to the entry.

on
Implemented types
Implementers

Properties

filesystem FileSystem
no setter
fullPath String
no setter
hashCode int
The hash code for this object.
no setterinherited
isDirectory bool
no setter
isFile bool
no setter
name String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getParent([FileSystemEntryCallback successCallback, ErrorCallback errorCallback]) → void
The FileSystemEntry interface's method getParent() obtains a FileSystemDirectoryEntry.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited