An open API service indexing awesome lists of open source software.

https://github.com/webfreak001/rm-rf

Delete folders recursively on windows with read-only content such as a .git folder
https://github.com/webfreak001/rm-rf

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# rm-rf

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

```d
import rm.rf;

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