Extracted from Pike v7.4 release 35 at 2003-12-09.
pike.ida.liu.se
[Top]
predef::
Stdio

Method Stdio.exist()


Method exist

int Stdio.exist(string path)

Description

Check if a path exists.

Returns

Returns true if the given path exists (is a directory or file), otherwise false.

See also

is_dir() , is_file() , is_link() , file_stat()