Open co-stig opened 10 years ago
Currently the only estimation for progress bars is based on the number of files. Need to move it to the Explorer level somehow (add int estimate() to Explorer interface?)
int estimate()
The current version doesn't support even this. Estimations are completely broken, need to fix before any real-life use.
Currently the only estimation for progress bars is based on the number of files. Need to move it to the Explorer level somehow (add
int estimate()
to Explorer interface?)