PDA

View Full Version : File.Find and Progress Object



mindstitchdr
11-08-2007, 08:37 PM
I've just recently started using the Progress Object and have used it for File.Copy and File.Move, but I can't seem to figure out if it can be used for the File.Find action. Any Ideas?

usernameCasper
11-09-2007, 01:04 AM
Hey mindstitchdr,

Yes, the File.Find() method does support callbackfunction.
So you only need to know what's the total of files you being searched for.
Compare it with the windows search-function.
It makes it harder to use this with a progress object, cause you need
to know the total.
Maybe you want a Label or Paragraph to notify the current state of searching?

Kind regards,
Casper