aboutsummaryrefslogtreecommitdiffstats
path: root/src/FileSystem.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FileSystem: extract DirectoryReader, improve the restDenis Krjuchkov2013-01-221-203/+0
| | | | | | | | | | - DirectoryReader is extracted to separate header - FileSystem.cxx/FileSystem.hxx/DirectoryReader.hxx moved to fs/ subdir - Functions return true on success, instead of 0 (where applicable) - ReadLink return result instead of out parameter - UnlinkFile is renamed to RemoveFile - CheckExists/CheckIsRegular/CheckIsDirectory are renamed to PathExists/FileExists/DirectoryExists
* FileSystem: new library for Path-friendly file system routinesDenis Krjuchkov2013-01-201-0/+203