fs/Path: add methods GetBase() and GetDirectoryName()

This commit is contained in:
Max Kellermann
2014-12-02 06:44:57 +01:00
parent 6b3c525a9d
commit bbdcbd1f08
4 changed files with 48 additions and 2 deletions

View File

@@ -530,7 +530,7 @@ libfs_a_SOURCES = \
src/fs/Traits.cxx src/fs/Traits.hxx \
src/fs/Config.cxx src/fs/Config.hxx \
src/fs/Charset.cxx src/fs/Charset.hxx \
src/fs/Path.cxx src/fs/Path.hxx \
src/fs/Path.cxx src/fs/Path2.cxx src/fs/Path.hxx \
src/fs/AllocatedPath.cxx src/fs/AllocatedPath.hxx \
src/fs/FileSystem.cxx src/fs/FileSystem.hxx \
src/fs/StandardDirectory.cxx src/fs/StandardDirectory.hxx \