Last active
May 12, 2016 18:07
-
-
Save ProNotion/36ede4f5464412e9ea64045740de1661 to your computer and use it in GitHub Desktop.
How to Delete Files which exceed 255 Characters on Windows e.g. long filenames
This file contains 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
robocopy /PURGE <empty_dir> <directory_to_remove> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This works a treat, I've been stuck for literally years with some folders because I can't remove them from some of my old drives. I encounter the problem more and more often now and almost always because of the
node_modules
folder in projects.