![]() |
v1.3.0.0
|
This is the complete list of members for File, including all inherited members.
absFilePath(string &file) | File | static |
absPath(string &path) | File | static |
atime(string &file) | File | static |
baseName(string &file) | File | static |
btime(string &file) | File | static |
copy(string from, string to, FS.OverwriteMode overwriteMode=FS.OW_EXCL) | File | static |
copyAsync(string from, string to,< FS.OverwriteMode|Function > mode_or_callback,< Function|undefined > callback) | File | static |
ctime(string &file) | File | static |
exists(string &file) | File | static |
filePath(string &file) | File | static |
fullBaseName(string &file) | File | static |
fullSuffix(string &file) | File | static |
info(string &path) | File | static |
isAbs(string &file) | File | static |
isDir(string &path) | File | static |
isExec(string &file) | File | static |
isFile(string &path) | File | static |
isReadable(string &file) | File | static |
isWritable(string &file) | File | static |
link(string fileName, string linkName) | File | static |
mtime(string &file) | File | static |
name(string &file) | File | static |
normFilePath(string &file) | File | static |
normPath(string &path) | File | static |
path(string &file) | File | static |
permissions(string &file) | File | static |
read(string file,< Options|string|FS.OpenMode|undefined > options) | File | static |
readAsync(string file,< Options|string|FS.OpenMode|Function|undefined > options,< Function|undefined > callback) | File | static |
readLines(string file, int maxLines, int fromLine=0, bool trimTrailingNewlines=true) | File | static |
readLinesAsync(string file, int maxLines,< int|undefined > fromLine=0,< boolean|undefined > trimTrailingNewlines,< Function|undefined > callback) | File | static |
readText(string file) | File | static |
remove(string file) | File | static |
removeAsync(string file,< Function|undefined > callback) | File | static |
rename(string oldName, string destination, FS.OverwriteMode overwriteMode=FS.OW_EXCL) | File | static |
renameAsync(string oldName, string destination,< FS.OverwriteMode|Function > mode_or_callback,< Function|undefined > callback) | File | static |
setPermissions(string &file, FS::Permissions p) | File | static |
size(string &file) | File | static |
suffix(string &file) | File | static |
throwExceptions | File | |
write(string file,< string|ArrayBuffer > data,< Options|string|FS.OpenMode|undefined > options) | File | static |
writeAsync(string file,< string|ArrayBuffer > data,< Options|string|FS.OpenMode|Function|undefined > options,< Function|undefined > callback) | File | static |