diff options
Diffstat (limited to 'src/path.h')
-rw-r--r-- | src/path.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,3 +30,6 @@ //! \returns path component of full filename with path. std::string getPath(const std::string& file); + +//! \returns path component of full filename with path. +std::string getFile(const std::string& file); |