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

Method Stdio.is_link()


Method is_link

int Stdio.is_link(string path)

Description

Check if a path is a symbolic link.

Returns

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

See also

Stdio.exist, Stdio.is_dir, Stdio.is_file, file_stat