Function tryRemove
If 'name
' exists
, then remove
. Otherwise do nothing.
Obeys scriptlikeEcho
and scriptlikeDryRun
.
Prototype
bool tryRemove(T)( T name ) if (is(T == string) || is(T == Path));
Returns
Success?
Authors
Nick Sabalausky
Copyright
Copyright (C) 2014-2015 Nick Sabalausky
License
zlib/libpng