Generic questions

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
tiago
Posts: 589
Joined: 14 Feb 2011 21:41

Generic questions

Post by tiago »

Do Wipe function erases TOC entries?

Having 'show folder sizes' + items count active, how can I retrieve what's being drawn on list WITHOUT doing something like...

Code: Select all

text report("{name}{dir , <DIR> {count} items - {size}| ({size})}<crlf>");
as it implies a second pass of count?
Power-hungry user!!!

highend
Posts: 14996
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Generic questions

Post by highend »

Every delete operation removes the entry in the master file table. And a normal delete does only that^^ The wipe overwrite the belonging sectors additionally...
One of my scripts helped you out? Please donate via Paypal

Post Reply