trySymlink

Posix-only. If 'original' exists, then symlink. Otherwise, do nothing and return false.

Supports Path and command echoing.

version(docs_scriptlike_d)
bool
trySymlink
(
T1
T2
)
()
if (
(
is(T1 == string) ||
is(T1 == Path)
)
&&
(
is(T2 == string) ||
is(T2 == Path)
)
)

Return Value

Type: bool

Success?

Meta