Resolving entry names

Some more string manipulation fluff
This commit is contained in:
x1nixmzeng
2015-02-13 00:26:02 +00:00
parent dc731f6a31
commit 0d0b406acf
3 changed files with 28 additions and 2 deletions

View File

@@ -48,6 +48,9 @@ std::wstring fix_path_separators(const std::wstring& source,
std::string fix_path_separators(const std::string& source,
char new_sep = poly::path_separator);
// Find the top directory name or filename from a path
std::string find_name_from_path(const std::string& path);
} // namespace poly
#endif // POLY_STRING_H_