diff options
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r-- | Source/kwsys/SystemTools.hxx.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in index 8f22165..8654a67 100644 --- a/Source/kwsys/SystemTools.hxx.in +++ b/Source/kwsys/SystemTools.hxx.in @@ -502,6 +502,11 @@ public: static bool FileIsDirectory(const char* name); /** + * Return true if the file is a symlink + */ + static bool FileIsSymlink(const char* name); + + /** * return true if the file has a given signature (first set of bytes) */ static bool FileHasSignature( |