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
- Host: GitHub
- URL: https://github.com/webfreak001/rm-rf
- Owner: WebFreak001
- Created: 2018-04-04T13:07:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T13:18:58.000Z (over 8 years ago)
- Last Synced: 2025-02-28T14:48:04.460Z (over 1 year ago)
- Language: D
- Size: 1000 Bytes
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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");
```