/rm-rf

Delete folders recursively on windows with read-only content such as a .git folder

Primary LanguageD

rm-rf

This is identical to rmdirRecurse on posix but removes readonly bits on windows.

import rm.rf;

rmdirRecurseForce("path/to/my/folder");