Check that file exists: Difference between revisions

Content added Content deleted
Line 1,212: Line 1,212:
{{Out}}
{{Out}}
The first four booleans are returned by doesFileExist – the last four by
The first four booleans are returned by doesFileExist – the last four by
doesDirectoryExist, which returns false in the case of files which do
doesDirectoryExist, which returns false in the case of files which do
do exist but are not directories.
exist but are not directories.
<pre>[
<pre>[
true,
true,