Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
bool | bool exists() | ||||
void | void appendContent(const void[] content) | ||||
void | void writeContent(const void[] content) | ||||
void | void attributes(size_t newAttributes) | ||||
bool | bool initialize(Json[string] initData = null) | ||||
bool | bool isFile() | ||||
string[] | string[] readLines() | ||||
size_t | size_t attributes() | ||||
void[] | void[] readContent(size_t dataSitze = size_t.max) | ||||
long | long accessedOn() | ||||
bool | bool move(IFolder toFolder) | ||||
void | void writeText(string aText) | ||||
string | string readText() | ||||
void | void appendText(string aText) | ||||
bool | bool writeJson(Json jsonData) | ||||
bool | bool move(string[] toPath) | ||||
bool | bool copy(string[] toPath) | ||||
Json | Json readJson() | ||||
string | string toString() | ||||
bool | bool move(string toPath) | ||||
bool | bool copy(string toPath) | ||||
bool | bool remove() | ||||
long | long modifiedOn() | ||||
string | string driveName() | ||||
long | long createdOn() | ||||
string | string type() | ||||
bool | bool copy(IFolder toFolder) |