EntityNode class abstract

Implementers

Constructors

EntityNode()

Properties

basename String?
no setter
fs FileSystem
no setter
hashCode int
The hash code for this object.
no setterinherited
parent EntityNode?
no setter
parts Iterable<String>?
no setter
path String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sub String?
no setter
top String
no setter

Methods

asDirectory() Directory
asFile() File
child(String basename) CopyEntity
create a child
isDirectory() Future<bool>
isFile() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
type({bool followLinks = true}) Future<FileSystemEntityType>

Operators

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