tryRemove

If 'name' exists, then remove. Otherwise, do nothing and return false.

Supports Path, command echoing and dryrun.

bool
tryRemove
(
T
)
()
if (
is(T == string) ||
is(T == Path)
)

Return Value

Type: bool

Success?

Meta