I'm currently writing a program that needs to be able to search out and copy *.htm or *.html files from the history folder into a text file. If anybody knows a way to perform this action, please respond to this message.
I'm currently writing a program that needs to be able to search out and copy *.htm or *.html files from the history folder into a text file. If anybody knows a way to perform this action, please respond to this message.
hi
Just put a File List Box on ur form and set the following properties
File1.Path = "C:\Your directory"
File1.Pattern = "*.htm"
U can loop thru the file list box in exactly the same way as u do with a normal listbox. do u know how to copy files once u get that far or do u need code for that?
Regards
Stuart