uce/site/doc/pages/file_exists.txt
2026-06-16 12:21:31 +00:00

16 lines
241 B
Plaintext

:sig
bool file_exists(String path)
:params
path : the path name to be checked
return value : true if the file exists
:see
>sys
:content
Checks whether the file or path specified by `path` exists.
:example
print("file_exists example\n");