Method Stdio.is_link()
- Method is_link
intis_link(stringpath)- Description
Check if a
pathis a symbolic link.- Returns
Returns true if the given path is a symbolic link, otherwise false.
- See also
int is_link(string path)
Check if a path is a symbolic link.
Returns true if the given path is a symbolic link, otherwise false.