Util.copyFile(p0, p1) |
[ESF] Bool Util.copyFile(String, String) |
Util.createDir(p0) |
[ESF] Bool Util.createDir(String) |
Util.dir(p0 [, p1]) |
[ESF] false|Array Util.dir(path, [flags=Util.DIR_FILES] ); |
Util.fileSize(p0) |
[ESF] number Util.fileSize( path ); |
Util.flush(p0) |
[ESF] Void Util.flush(String fileSystem) |
Util.generateNewRandFilename(p0, p1, p2, p3) |
[ESF] String generateNewRandFilename (dir, prefix, postfix, length) |
Util.isDir(p0) |
[ESF] bool Util.isDir( path ); |
Util.isFile(p0) |
[ESF] bool Util.isFile( path ); |
Util.loadFile(p0) |
[ESF] string|false Util.loadFile( path ); |
Util.openFile(p0) |
[ESF] IOStream|void Util.openFile( path ); |
Util.removeFile(p0 [, p1]) |
[ESF] Bool Util.removeFile(String, [recursive = false]) |
Util.saveFile(p0, p1 [, p2]) |
[ESF] bool Util.saveFile( path , string [,bool overwrite=true] ); |