List of strings
List of strings
VFile(const string& fullFilePath)
VFileBrowser(const string& root)
VFileBrowser()
DirList directory(const string& dirName) throw(VIoException&)
void mkDir(const string& dirPath) throw(VIoException&)
void writeFile(const string& filePath, const string& contents) throw(VIoException)
void writeFile(const string& filePath, const string& contents, time_t timestamp) throw(VIoException)
void writeFile(const string& filePath, const string& contents, time_t *timestamp) throw(VIoException)
bool dirExists(const string& dirName)
void rename(const string& oldPath, const string& newPath) throw(VIoException&)
void remove(const string& filePath) throw(VIoException&)
void removeAll(const string& filePath) throw(VIoException&)
generated by doc++