Erasing Method

seanm

New Member
Hi there and thanks for develop such a great app
i have a question, if i start erasing an entire Hard Disk is any criteria for erasing files ? for example start erasing ( the oldest Folder on HDD, Oldest File on HDD, First Entry on MFT...)

Thanks,
Sean Fujita
 
If you're asking about the order of erasure, it is the order for which the filesystem returns files. We use .NET, so it would be the order the Directory.GetFiles function returns, which should be filesystem ordering.
 
Back
Top