Function tryRemovePath
If name
exists, then delete it regardless of whether it's a file or
directory. If it doesn't already exist, do nothing and return false.
If you want an exception to be thrown if name
doesn't already exist,
use removePath
instead.
Supports Path and command echoing.
Prototype
bool tryRemovePath(T)(
T name
)
if (is(T == string) || is(T == Path));
Returns
Success?
Authors
Nick Sabalausky
Copyright
Copyright (C) 2014-2016 Nick Sabalausky
License
zlib/libpng