diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-12 16:08:49 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-12 16:08:49 (GMT) |
commit | b93359f41d50a86c3ab91733f8f4069e3bb1e158 (patch) | |
tree | 8a6cfdb8572d05c598b927e7a778a5520dfd21f4 /Source/kwsys/SystemTools.hxx.in | |
parent | 18e14ba2af9a5c2065a2683832d173343be96240 (diff) | |
download | CMake-b93359f41d50a86c3ab91733f8f4069e3bb1e158.zip CMake-b93359f41d50a86c3ab91733f8f4069e3bb1e158.tar.gz CMake-b93359f41d50a86c3ab91733f8f4069e3bb1e158.tar.bz2 |
ENH: Add an accessor for the maximum file length
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r-- | Source/kwsys/SystemTools.hxx.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in index 31beafc..39b5234 100644 --- a/Source/kwsys/SystemTools.hxx.in +++ b/Source/kwsys/SystemTools.hxx.in @@ -473,6 +473,11 @@ public: static bool RemoveADirectory(const char* source); /** + * Get the maximum full file path length + */ + static size_t GetMaximumFilePathLength(); + + /** * Find a file in the system PATH, with optional extra paths */ static kwsys_stl::string FindFile( |