hrrmsn / ffcleaner

cmd tool to cleanup littered directories (Files&Folders cleaner)
0 stars 0 forks source link

Improve efficiency of the equal files naming algorithm #11

Closed hrrmsn closed 8 years ago

hrrmsn commented 8 years ago

How it works now.

file.txt file(1).txt file(2).txt ...

In each case tool will be iterate over all existence files with equal names. I think it's a better to save last number for the each file into dictionary for example.

hrrmsn commented 8 years ago

Done.