diff --git a/reference/filesystem/functions/is-dir.xml b/reference/filesystem/functions/is-dir.xml index 6748c21f68..6e44640a98 100644 --- a/reference/filesystem/functions/is-dir.xml +++ b/reference/filesystem/functions/is-dir.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,9 @@ stringfilename - Returns &true; if the filename exists and is a directory. + Returns &true; if the filename exists and is a directory. If + filename is a relative filename, it will be + checked relative to the current working directory. The results of this function are cached. See @@ -25,7 +27,7 @@ be examined must be accessible via the server's filesystem. - See also is_file and + See also chdir, is_file and is_link.