- copyFile
int copyFile(string pathSrc, string pathDst)
Undocumented in source. Be warned that the author may not have intended to support it.
- createDirectory
int createDirectory(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- deinit
void deinit()
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteDirectory
int deleteDirectory(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteFile
int deleteFile(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- dirList
DirItem[] dirList(string path, int error)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAttr
DirItem getAttr(string path, int error)
Undocumented in source. Be warned that the author may not have intended to support it.
- getDeviceInfo
DeviceInfo getDeviceInfo(int error)
Undocumented in source. Be warned that the author may not have intended to support it.
- init
int init()
Undocumented in source. Be warned that the author may not have intended to support it.
- moveFile
int moveFile(string pathSrc, string pathDst)
Undocumented in source. Be warned that the author may not have intended to support it.
- readFile
int readFile(string path, void[] data, size_t readBytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendOs
int sendOs(void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeFile
int writeFile(string path, void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.