Page 1 of 1

Generic questions

Posted: 23 Jun 2016 19:22
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?

Re: Generic questions

Posted: 23 Jun 2016 19:55
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...