aboutsummaryrefslogtreecommitdiff
path: root/src/fs
Commit message (Collapse)AuthorAge
* Path.hxx: add GetDirectoryName() methodDenis Krjuchkov2013-02-02
|
* FileSystem.hxx: add FOpen modes for appending filesDenis Krjuchkov2013-02-02
|
* Path::FromUTF8() returns nulled instance on error, add error handling where ↵Denis Krjuchkov2013-01-28
| | | | required
* Path: convert remaining funcs to methods, keep fs_charset as std::stringDenis Krjuchkov2013-01-28
|
* Path: merge utf8_to_fs_charset() into Path::FromUTF8()Denis Krjuchkov2013-01-28
|
* Path: convert fs_charset_to_utf8() to static method Path::ToUTF8()Denis Krjuchkov2013-01-28
|
* Path: introduce MPD_PATH_MAX_UTF8Denis Krjuchkov2013-01-28
|
* Path: define MPD_PATH_MAX to 260 on WindowsDenis Krjuchkov2013-01-26
|
* Path: ToUTF() returns std::stringDenis Krjuchkov2013-01-26
|
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-22
|
* 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