- added purge file stats and bugfix when showing help on commandline

This commit is contained in:
Mark Vejvoda
2011-03-15 16:52:42 +00:00
parent 7d38aec84a
commit 2c6fef4efc
3 changed files with 43 additions and 17 deletions

View File

@@ -156,7 +156,7 @@ string replaceAll(string& context, const string& from, const string& to);
bool removeFile(string file);
bool renameFile(string oldFile, string newFile);
void removeFolder(const string path);
long getFileSize(string filename);
off_t getFileSize(string filename);
int getScreenW();
int getScreenH();