ENH: Added FileIsFullPath test method.

This commit is contained in:
Brad King
2002-09-13 16:38:35 -04:00
parent ee592e9b98
commit 0815091e26
2 changed files with 36 additions and 0 deletions

View File

@@ -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);
/**