diff options
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index 0ef9b6f..229232f 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -258,6 +258,9 @@ public: ///! return file name without its last (shortest) extension. static std::string GetFilenameWithoutLastExtension(const std::string&); + /** Return whether the path represents a full path (not relative). */ + static bool FileIsFullPath(const char*); + static long int ModifiedTime(const char* filename); /** |