![]() |
v1.3.0.0
|
This is the complete list of members for FileHandle, including all inherited members.
| absFilePath | FileHandle | |
| File::absFilePath(string &file) | File | privatestatic |
| absPath | FileHandle | |
| File::absPath(string &path) | File | privatestatic |
| atEnd | FileHandle | |
| atime | FileHandle | |
| File::atime(string &file) | File | privatestatic |
| baseName | FileHandle | |
| File::baseName(string &file) | File | privatestatic |
| btime | FileHandle | |
| File::btime(string &file) | File | privatestatic |
| bytesAvailable | FileHandle | |
| bytesToWrite | FileHandle | |
| close() | FileHandle | |
| copy(string &newName) | FileHandle | |
| File::copy(string from, string to, FS.OverwriteMode overwriteMode=FS.OW_EXCL) | File | privatestatic |
| error | FileHandle | |
| errorString | FileHandle | |
| exists | FileHandle | |
| File::exists(string &file) | File | privatestatic |
| FileHandle(string &fileName=string()) | FileHandle | explicit |
| fileName | FileHandle | |
| filePath | FileHandle | |
| File::filePath(string &file) | File | privatestatic |
| fileTime(FS::FileTime time) | FileHandle | |
| flush() | FileHandle | |
| fullBaseName | FileHandle | |
| File::fullBaseName(string &file) | File | privatestatic |
| fullSuffix | FileHandle | |
| File::fullSuffix(string &file) | File | privatestatic |
| info | FileHandle | |
| File::info(string &path) | File | privatestatic |
| isAbs | FileHandle | |
| File::isAbs(string &file) | File | privatestatic |
| isExec | FileHandle | |
| File::isExec(string &file) | File | privatestatic |
| isOpen | FileHandle | |
| isReadable | FileHandle | |
| File::isReadable(string &file) | File | privatestatic |
| isWritable | FileHandle | |
| File::isWritable(string &file) | File | privatestatic |
| length | FileHandle | |
| link(string &linkName) | FileHandle | |
| File::link(string fileName, string linkName) | File | privatestatic |
| mtime | FileHandle | |
| File::mtime(string &file) | File | privatestatic |
| name | FileHandle | |
| File::name(string &file) | File | privatestatic |
| normFilePath | FileHandle | |
| File::normFilePath(string &file) | File | privatestatic |
| normPath | FileHandle | |
| File::normPath(string &path) | File | privatestatic |
| open(FS::OpenMode mode) | FileHandle | |
| open(string &mode) | FileHandle | |
| openMode | FileHandle | |
| path | FileHandle | |
| File::path(string &file) | File | privatestatic |
| peek(int maxSize) | FileHandle | |
| permissions | FileHandle | |
| File::permissions(string &file) | File | privatestatic |
| pos | FileHandle | |
| read(int maxSize) | FileHandle | |
| File::read(string file,< Options|string|FS.OpenMode|undefined > options) | File | privatestatic |
| readAll() | FileHandle | |
| readAllText() | FileHandle | |
| readLine(int maxSize=0) | FileHandle | |
| readLines(int maxLines, int fromLine=0, bool trimTrailingNewlines=true) | FileHandle | |
| File::readLines(string file, int maxLines, int fromLine=0, bool trimTrailingNewlines=true) | File | privatestatic |
| readText(int maxSize) | FileHandle | |
| File::readText(string file) | File | privatestatic |
| remove() | FileHandle | |
| File::remove(string file) | File | privatestatic |
| rename(string &newName) | FileHandle | |
| File::rename(string oldName, string destination, FS.OverwriteMode overwriteMode=FS.OW_EXCL) | File | privatestatic |
| reset() | FileHandle | |
| resize(int newSize) | FileHandle | |
| seek(int pos) | FileHandle | |
| setFileTime(Date &newDate, FS::FileTime fileTime) | FileHandle | |
| setPermissions(FS::Permissions p) | FileHandle | |
| File::setPermissions(string &file, FS::Permissions p) | File | privatestatic |
| size | FileHandle | |
| File::size(string &file) | File | privatestatic |
| suffix | FileHandle | |
| File::suffix(string &file) | File | privatestatic |
| unsetError() | FileHandle | |
| write(ArrayBuffer &data) | FileHandle | |
| File::write(string file,< string|ArrayBuffer > data,< Options|string|FS.OpenMode|undefined > options) | File | privatestatic |