rm-rf
This is identical to rmdirRecurse on posix but removes readonly bits on windows.
import rm.rf;
rmdirRecurseForce("path/to/my/folder");
Delete folders recursively on windows with read-only content such as a .git folder
D
This is identical to rmdirRecurse on posix but removes readonly bits on windows.
import rm.rf;
rmdirRecurseForce("path/to/my/folder");