diff options
author | Ken Martin <ken.martin@kitware.com> | 2003-12-16 19:26:19 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2003-12-16 19:26:19 (GMT) |
commit | cd5ec5ee1b8a23ada1ddae9ba9037659d00168d8 (patch) | |
tree | 698b9b514595d10bd58d3588fcb9e6e4708051ac /Source/kwsys/SystemTools.hxx.in | |
parent | 303cb13e0b763452546dd08eeb77ac02e8ce5d03 (diff) | |
download | CMake-cd5ec5ee1b8a23ada1ddae9ba9037659d00168d8.zip CMake-cd5ec5ee1b8a23ada1ddae9ba9037659d00168d8.tar.gz CMake-cd5ec5ee1b8a23ada1ddae9ba9037659d00168d8.tar.bz2 |
is there any chance thiswill work on all platforms hmmm added removeAdirectory
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r-- | Source/kwsys/SystemTools.hxx.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in index d6320a0..98556d1 100644 --- a/Source/kwsys/SystemTools.hxx.in +++ b/Source/kwsys/SystemTools.hxx.in @@ -150,6 +150,9 @@ public: ///! Remove a file. static bool RemoveFile(const char* source); + ///! Remove a directory + static bool RemoveADirectory(const char* source); + ///! Find a file in the system PATH, with optional extra paths. static kwsys_std::string FindFile(const char* name, const kwsys_std::vector<kwsys_std::string>& path= kwsys_std::vector<kwsys_std::string>()); |