Recursive deletion

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
yogi
Posts: 100
Joined: 18 Feb 2010 09:05

Recursive deletion

Post by yogi »

good morning. I'm really not good, and I apologize in advance, but I created this little script, but I'm looking for the option to take the folder and also the subfolders?
::delete 1, 0, "<curpath>\*.png | <curpath>\*.wod | <curpath>\*.bak"

surely a quicksearch loop??? forearch??
I'm sorry ... if it bothers delete my request and answer me in private? thank you in advance.
yo

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

Re: Recursive deletion

Post by highend »

Just a simple quicksearch(), no loop, no foreach...
One of my scripts helped you out? Please donate via Paypal

yogi
Posts: 100
Joined: 18 Feb 2010 09:05

Re: Recursive deletion

Post by yogi »

I still don't know how to use quick search..... I look at the examples.

Norn
Posts: 416
Joined: 24 Oct 2021 16:10

Re: Recursive deletion

Post by Norn »

Separators:
, | <crlf> ;

Code: Select all

delete 1, 0, quicksearch("*.png;*.wod;*.bak");
Win10, Win11 @100% 2560x1440 22H2

yogi
Posts: 100
Joined: 18 Feb 2010 09:05

Re: Recursive deletion

Post by yogi »

:P thanks for all

Post Reply