Function isSymlink
Like std.file.isSymlink
, but supports Path and command echoing.
Prototypes
bool isSymlink(
const(Path) name
) @property;
bool isSymlink(
const(string) name
) @property;
Authors
Nick Sabalausky
Copyright
Copyright (C) 2014-2017 Nick Sabalausky
License
zlib/libpng