Class to abstact file system operations
Class to abstact file system operations
static void VFileSystem::writeFile( const string& fileName, const string& data ) throw(VException&)
static void setFileTime( const string& fileName, TimeStamp time ) throw(VException&)
static TimeStamp getFileTime( const string& fileName) throw(VException&)
static int getFileSize( const string& fileName) throw(VException&)
static void removeFile( const string& fileName ) throw(VException&)
static bool fileExists( const string& fileName ) throw(VException&)
static void createDir( const string& dirName ) throw(VException&)
static void removeDir( const string& dirName ) throw(VException&)
static bool dirExists( const string& dirName ) throw(VException&)
static StringList readDir( const string& dirName) throw(VException&)
generated by doc++