Created
May 20, 2015 10:48
-
-
Save csharpforevermore/85f5b30afec946452ae5 to your computer and use it in GitHub Desktop.
Delete files and folders when Windows path is too long
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir empty_dir | |
robocopy empty_dir the_dir_to_delete /s /mir | |
rmdir empty_dir | |
rmdir the_dir_to_delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
c/o StackOverflow