Hi,
I want to print out all files in a folder that suit certain criteria. I have a large amount of files and a number of criteria to meet.
The first criteria I have is a filename filter. In VB you can use the Dir Function with a filter string. e.g. *.gif for all GIF files. Is there a method like this within the FileSystemObject?
Thanks,
Si Fitz
I want to print out all files in a folder that suit certain criteria. I have a large amount of files and a number of criteria to meet.
The first criteria I have is a filename filter. In VB you can use the Dir Function with a filter string. e.g. *.gif for all GIF files. Is there a method like this within the FileSystemObject?
Thanks,
Si Fitz