int Stdio.exist(string path)
Check if a path exists.
Returns true if the given path exists (is a directory or file), otherwise false.
is_dir() , is_file() , is_link() , file_stat()