mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
ENH: Added FileIsFullPath test method.
This commit is contained in:
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user