Extracted from Pike v7.3 release 53 at 2002-09-10.
pike.ida.liu.se
[Top]
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

Stdio.is_dir, Stdio.is_file, Stdio.is_link, file_stat