summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index b7f8911..0ef9b6f 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -255,6 +255,9 @@ public:
///! return file name without extension of a full filename.
static std::string GetFilenameWithoutExtension(const std::string&);
+ ///! return file name without its last (shortest) extension.
+ static std::string GetFilenameWithoutLastExtension(const std::string&);
+
static long int ModifiedTime(const char* filename);
/**