Skip to content

Instantly share code, notes, and snippets.

@dan-dr
Created August 20, 2015 18:43
Show Gist options
  • Save dan-dr/34938a2ad1461482fb92 to your computer and use it in GitHub Desktop.
Save dan-dr/34938a2ad1461482fb92 to your computer and use it in GitHub Desktop.
How to delete too long paths in windows (i'm looking at you node_modules)
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