X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=src%2FAPI_Linux.hpp;h=83b07a490565f6ed8f9d908ecd19909e1b3fe533;hp=a547d40dba6d2960c11ffe95a86a88bf9a82d65b;hb=refs%2Ftags%2F0.6.2-2%2Betch0;hpb=a93e48d4dea5133e6b0c7d88cfa39557cd6637bb diff --git a/src/API_Linux.hpp b/src/API_Linux.hpp index a547d40..83b07a4 100644 --- a/src/API_Linux.hpp +++ b/src/API_Linux.hpp @@ -169,6 +169,11 @@ namespace suPHP { virtual GroupInfo File_getGroup(const File& file) const throw (SystemException); + /** + * Checks whether a file is a symlink + */ + virtual bool File_isSymlink(const File& file) const throw (SystemException); + /** * Runs another program (replaces current process) */