- Aug
- 171
- 5
I work with a lot of 3rd party source code, often fetched from GitHub, and I'm finding a reliable, vast performance difference between deleting files in Windows Explorer and using TakeCommand v13.03. For example, if I pull down the C# source code for IronFoundry (https://github.com/IronFoundry/ironfoundry.git) and later use Windows Explorer to delete the folder, it takes just a few seconds.
If I use my usual "prune" alias in TakeCommand v13.03 however, which is "del /sxz" for reference, then it takes minutes to delete all the files in the folder. I can literally watch the output scroll one line at a time while it's deleting files. So I ask: what could be slowing a "del /sxz" command so much? Any ideas? Thanks in advance!
If I use my usual "prune" alias in TakeCommand v13.03 however, which is "del /sxz" for reference, then it takes minutes to delete all the files in the folder. I can literally watch the output scroll one line at a time while it's deleting files. So I ask: what could be slowing a "del /sxz" command so much? Any ideas? Thanks in advance!