Skip to content

Commit

Permalink
Add Normalize() and Relative() to PathHelper class
Browse files Browse the repository at this point in the history
  • Loading branch information
mogemimi committed Dec 30, 2015
1 parent 71d00da commit 91a1fb7
Show file tree
Hide file tree
Showing 3 changed files with 449 additions and 4 deletions.
4 changes: 4 additions & 0 deletions include/Pomdog/Content/Utility/PathHelper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ struct POMDOG_EXPORT PathHelper {
static std::tuple<std::string, std::string> Split(std::string const& path);

static std::tuple<std::string, std::string> SplitExtension(std::string const& path);

static std::string Normalize(const std::string& path);

static std::string Relative(const std::string& path, const std::string& start);
};

} // namespace Detail
Expand Down
Loading

0 comments on commit 91a1fb7

Please sign in to comment.