isSymbolicFile


Description:

public static bool isSymbolicFile (Path path)

Returns whether the symbolic file exists in the specified path.

Parameters:

path

Path to file or directory.

Returns:

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