tryRmdir

If 'name' exists, then rmdir. Otherwise do nothing. Supports Path and command echoing.

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

Return Value

Type: bool

Success?

Meta