CFile class

Constructors

CFile.new(String filename)

Properties

filename String
getter/setter pair
files List<CFile>
no setter
hashCode int
The hash code for this object.
no setterinherited
isDirectory bool
no setter
isExist bool
no setter
isFile bool
no setter
lines List<String>
no setter
parent CFile
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyTo(String dest) → dynamic
createFile() → dynamic
createPath() → dynamic
createSubFile(String subname) → dynamic
createSubPath(String subname) → dynamic
moveTo(String dest) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove() → dynamic
removeSub(String subname) → dynamic
slibing(String name) CFile
subFile(String subname) CFile
toString() String
A string representation of this object.
inherited

Operators

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