X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=src%2FFile.hpp;fp=src%2FFile.hpp;h=cf839e78ac46db33047836cbb4cfa67634970d30;hp=3268fb7b7efb6eae5c45d9d7b150a7b1b4d48675;hb=2a758f9f80a0074585f6a4c603cde9be03502d4e;hpb=a93e48d4dea5133e6b0c7d88cfa39557cd6637bb diff --git a/src/File.hpp b/src/File.hpp index 3268fb7..cf839e7 100644 --- a/src/File.hpp +++ b/src/File.hpp @@ -143,7 +143,11 @@ namespace suPHP { * Returns owning group of file */ GroupInfo getGroup() const throw (SystemException); - + + /** + * Checks whether this file is a symlink + */ + bool isSymlink() const throw (SystemException); }; };