diff --git a/reference/filesystem/functions/file-exists.xml b/reference/filesystem/functions/file-exists.xml index 56852282e1..71b3b7659a 100644 --- a/reference/filesystem/functions/file-exists.xml +++ b/reference/filesystem/functions/file-exists.xml @@ -1,5 +1,5 @@ - + file_exists @@ -44,6 +44,12 @@ Returns &true; if the file or directory specified by filename exists; &false; otherwise. + + + This function will return &false; for symlinks pointing to non-existing + files. + + This function returns &false; for files inaccessible due to