Extracted from Pike v7.3 release 14 at 2002-02-15.
pike.roxen.com
[Top]
Stdio

Method Stdio.is_file()


Method is_file

int Stdio.is_file(string path)

Description

Check if a path is a file.

Returns

Returns true if the given path is a file, otherwise false.

See also

Stdio.exist, Stdio.is_dir, Stdio.is_link, file_stat