summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.hxx.in
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-12 16:08:49 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-12 16:08:49 (GMT)
commitb93359f41d50a86c3ab91733f8f4069e3bb1e158 (patch)
tree8a6cfdb8572d05c598b927e7a778a5520dfd21f4 /Source/kwsys/SystemTools.hxx.in
parent18e14ba2af9a5c2065a2683832d173343be96240 (diff)
downloadCMake-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.in5
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(