ENH: Added SystemTools::SplitPath method to split any file path into its basic components.

This commit is contained in:
Brad King
2005-02-10 10:32:53 -05:00
parent 52a6bb1bca
commit 4bf8aa6293
4 changed files with 82 additions and 66 deletions
-1
View File
@@ -166,7 +166,6 @@ protected:
std::string ConvertToRelativePath(const char* p);
std::string ConvertToRelativeOutputPath(const char* p);
virtual void ConfigureOutputPaths();
void SplitFullPath(const char* p, std::vector<std::string>& components);
bool ComparePath(const char* c1, const char* c2);
void AppendTargetDepends(std::vector<std::string>& depends,