diff --git a/reference/filesystem/functions/file-exists.xml b/reference/filesystem/functions/file-exists.xml index 249c91267f..1c5be1e0ff 100644 --- a/reference/filesystem/functions/file-exists.xml +++ b/reference/filesystem/functions/file-exists.xml @@ -1,10 +1,10 @@ - + file_exists - Checks whether a file exists + Checks whether a file or directory exists Description @@ -13,18 +13,14 @@ stringfilename - Returns &true; if the file specified by + Returns &true; if the file or directory specified by filename exists; &false; otherwise. - - This function will not work on remote files; the file to - be examined must be accessible via the server's filesystem. - - - The results of this function are cached. See - clearstatcache for more details. - + + &file.clearstatcache; + + ¬e.no-remote; + Using Windows shares