Function existsAsSymlink
Checks if the path
exists as a symlink.
This is like std.file.isSymlink
, but returns false instead of
throwing if the path
doesn't exist.
Prototypes
bool existsAsSymlink()( in string path ) @trusted; bool existsAsSymlink( const(Path) path ) @trusted;
Authors
Nick Sabalausky
Copyright
Copyright (C) 2014-2016 Nick Sabalausky
License
zlib/libpng