forceDelete

Forcibly remove a file or directory. If atomic is true, the entire directory is deleted "atomically" (it is first moved/renamed to another location). On Windows, this will move the file/directory out of the way, if it is in use and cannot be deleted (but can be renamed).

void
forceDelete
(
bool atomic = true
)
(
string fn
,
bool recursive = false
)

Meta