Hacker News new | ask | show | jobs
by apankrat 2309 days ago
It's mentioned on the homepage.

There's also "del /f /s /q" to delete just files, followed by "rmdir /q /s" to delete just folders; and there's also "robocopy /mir" with an empty folder as a source. From what I've seen straight "rmdir" is the fastest of these three.

1 comments

just "RD Foo /S" if you know you want it gone why all the extra flags and steps