aboutsummaryrefslogtreecommitdiff
path: root/src/fs/FileSystem.cxx
Commit message (Collapse)AuthorAge
* FileSystem: extract DirectoryReader, improve the restDenis Krjuchkov2013-01-22
- 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