Extracted from Pike v7.3 release 18 at 2002-03-27.
pike.roxen.com
[Top]
Stdio

Method Stdio.is_dir()


Method is_dir

int Stdio.is_dir(string path)

Description

Check if a path is a directory.

Returns

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

See also

Stdio.exist, Stdio.is_file, Stdio.is_link, file_stat