How to fast delete using rd and rmdir or is there a built-in fast folder delete?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Tony
Posts: 49
Joined: 23 Feb 2020 09:04

How to fast delete using rd and rmdir or is there a built-in fast folder delete?

Post by Tony »

XYplorer is very slow in deleting large folders. Probably as slow as Windows File Explorer. They go through the slow 'discovering...' phase and then delete one file at a time. What happened to the "I'll add that to one of the next versions" from 2015 in this wish? Did it get implemented?
viewtopic.php?t=14887

The fastest way to delete a large folder is by using DOS commands rd and rmdir. How do I delete a folder where XYPlorer launches these commands for me where I select a folder to be deleted from the folder list? This is more convenient than launching a command prompt and typing.

highend
Posts: 13311
Joined: 06 Feb 2011 00:33

Re: How to fast delete using rd and rmdir or is there a built-in fast folder delete?

Post by highend »

Code: Select all

run """cmd"" /c rmdir /s /q ""<curitem>""";
One of my scripts helped you out? Please donate via Paypal


Post Reply