Method Stdio.exist()
- Method exist
intexist(stringpath)- Description
Check if a
pathexists.- Returns
Returns true if the given path exists (is a directory or file), otherwise false.
- Note
May fail with eg errno() EFBIG if the file exists, but the filesystem doesn't support the file size.
- See also