6place
DiskTuna DFR - Deleted File Recovery Portable 1.0 All the ideas and discussions
0 votes Vote

Update the number of recoverable files found while it is scanning the hard drive.

Just seeing the progress bar move up doesn't give enough feedback to the user. We want to know that the program is working and finding recoverable files. By just assigning that number to a variable and incrementing it by 1 every time it finds another recoverable file.

[IfFound(recoverable file)
Assign 'Count'=1
EndIf]

Then increment it every time a recoverable file is found:
Count=Count + 1

This is just like the SEARCH functionality in Windows File Explorer. It keeps updating the user to the number of files it has found that matches the search criteria.

TwinDaddy , 28.11.2016, 00:42
Idea status: under consideration

Comments

joepvansteen, 28.11.2016, 09:16
Great idea!

Leave a comment