diff --git a/reference/filesystem/functions/file-exists.xml b/reference/filesystem/functions/file-exists.xml index daaba720e3..398086543a 100644 --- a/reference/filesystem/functions/file-exists.xml +++ b/reference/filesystem/functions/file-exists.xml @@ -1,5 +1,5 @@ - + @@ -25,6 +25,11 @@ The results of this function are cached. See clearstatcache for more details. + + On windows use "//computername/share/filename" or + "\\\\computername\share\filename" to check files on + network shares. +