uce/doc/pages/file_exists.txt
2022-01-21 09:10:38 +00:00

13 lines
196 B
Plaintext

:sig
bool file_exists(String path)
:params
path : the path name to be checked
return value : true if the file exists
:desc
Checks whether the file or path specified by 'path' exists.
:see
>sys