Function existsAsSymlink
Checks if the path exists as a symlink.
bool existsAsSymlink
(
in string path
) @trusted;
bool existsAsSymlink
(
const(Path) path
) @trusted;
This is like std.file.isSymlink
, but returns false instead of
throwing if the path doesn't exist.