I found some nice code in the ever usefull Poffs forum for asking the user
to point to a folder. Now I want to process all the files in that folder.
While LastFile = 0
LastFile = GetNextFile ' function
If LastFile = 0 then Result = ProcessFile 'function
Wend
How do you experts do this?
Regards
Mike
------------------
Kind Regards
Mike
to point to a folder. Now I want to process all the files in that folder.
While LastFile = 0
LastFile = GetNextFile ' function
If LastFile = 0 then Result = ProcessFile 'function
Wend
How do you experts do this?
Regards
Mike
------------------
Kind Regards
Mike
Comment