diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-06-21 21:53:15 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-06-21 21:53:15 (GMT) |
commit | 242a236db4f8c8b1794cceaf6a97d66cc7cd8abe (patch) | |
tree | a09f4c8d7ca022df12286637ec9f1d31df2f6344 /Source/cmSystemTools.h | |
parent | bda5baa566ffffeda6c2dad0d2df98bbff4ca966 (diff) | |
download | CMake-242a236db4f8c8b1794cceaf6a97d66cc7cd8abe.zip CMake-242a236db4f8c8b1794cceaf6a97d66cc7cd8abe.tar.gz CMake-242a236db4f8c8b1794cceaf6a97d66cc7cd8abe.tar.bz2 |
adde changeDirectory
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index 8ea7724..df5d2d5 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -237,7 +237,10 @@ public: ///! Generate a temporary file name static std::string TemporaryFileName(); - + + ///! change directory the the directory specified + static int ChangeDirectory(const char* dir); + private: static bool s_ErrorOccured; }; |