tryRemove

If 'name' exists, then remove. Otherwise do nothing. Obeys scriptlikeEcho and scriptlikeDryRun.

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

Return Value

Type: bool

Success?

Meta