Function tryRemovePath
If
exists, then delete it regardless of whether it's a file or
name
directory. If it doesn't already exist, do nothing and return false.
If you want an exception to be thrown if
doesn't already exist,
name
use
instead.
removePath
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