FileSystemFileEntry class

The interface of the File System API represents a file in a file system. It offers properties describing the file's attributes, as well as the file() method, which creates a File object that can be used to read the file.

FileSystemEntry

FileSystemFileEntry

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

FileSystemFileEntry()
factory

Properties

filesystem FileSystem

Available on FileSystemEntry, provided by the PropsFileSystemEntry extension

no setter
fullPath String

Available on FileSystemEntry, provided by the PropsFileSystemEntry extension

no setter
hashCode int
The hash code for this object.
no setterinherited
isDirectory bool

Available on FileSystemEntry, provided by the PropsFileSystemEntry extension

no setter
isFile bool

Available on FileSystemEntry, provided by the PropsFileSystemEntry extension

no setter
name String

Available on FileSystemEntry, provided by the PropsFileSystemEntry extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

file(FileCallback successCallback, [ErrorCallback? errorCallback]) → void

Available on FileSystemFileEntry, provided by the PropsFileSystemFileEntry extension

getParent([FileSystemEntryCallback? successCallback, ErrorCallback? errorCallback]) → void

Available on FileSystemEntry, provided by the PropsFileSystemEntry extension

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