Function tryRemove

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

Supports Path, command echoing and dryrun.

Prototype

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

Returns

Success?

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2017 Nick Sabalausky

License

zlib/libpng