diff options
author | Brad King <brad.king@kitware.com> | 2005-03-29 13:09:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-03-29 13:09:47 (GMT) |
commit | c7a2c80c178457b4d8a1525a6b0ccff9ca4e5afa (patch) | |
tree | 789bfeb767697d8cb405537aaf539853d0dc0060 /Source/kwsys/SystemTools.hxx.in | |
parent | 571929e86c6ce285cb16814ff5e0513e838ffc99 (diff) | |
download | CMake-c7a2c80c178457b4d8a1525a6b0ccff9ca4e5afa.zip CMake-c7a2c80c178457b4d8a1525a6b0ccff9ca4e5afa.tar.gz CMake-c7a2c80c178457b4d8a1525a6b0ccff9ca4e5afa.tar.bz2 |
ENH: SplitPath now supports slashes in both directions in the input path but still produces forward slashes in the root component.
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r-- | Source/kwsys/SystemTools.hxx.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in index 2656e33..0a1d6db 100644 --- a/Source/kwsys/SystemTools.hxx.in +++ b/Source/kwsys/SystemTools.hxx.in @@ -292,8 +292,7 @@ public: * The remaining components form the path. If there is a trailing * slash then the last component is the empty string. The * components can be recombined as "c[0]c[1]/c[2]/.../c[n]" to - * produce the original path. The input is assumed to be formatted - * with forward slashes. + * produce the original path. */ static void SplitPath(const char* p, kwsys_stl::vector<kwsys_stl::string>& components); |