Deletion of long path files under windows xp

Original https://www.npmjs.com/package/windows-node-deps-deleter#readme

windows-node-deps-deleter 

 

Delete folders containing really long file paths from the Windows command line. (Often found in node_modules trees.)

Delete folders containing really long file paths (typically found in node_modules folders) from the command line on Windows.
(The default Windows Explorer and CMD.EXE tools fail to work on paths longer than a certain number of characters.)

NOTE: If you need this functionality from your Node application, use fs-extra (that's what wnddel uses under the covers).

npm install -g windows-node-deps-deleter

wnddel dir1 <dir2 <... <dirN>>>

 

1 : For win7 or win vista, you can use the built-in command robcopy, robocopy empty_dir will_delete_dir /purge

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326631905&siteId=291194637
Recommended