hello,

i'm just starting to write a program that will look through a folder containing other folders (all on one level)
inside these folders are lots of jpgs and pngs all the filenames either end in '1' or '2'.

what i want to do is have the program run through all the files and all the files with 1 i then want to copy into either a table or text file (i have not decide yet which but text file seems easier)
and it will insert files ending 2 into another text file/table.

i also want as much file info put into the table as well ie file size, modified date, file type etc

i know that it is probably possible to do this with the filesystemobject. the thing is that most of the tutorials i've seen (and belive me i've seen loads) all concentrate on the web side of using the fso.

if anyone can point me in the right direction as to how to go forward i would be really grateful, as this is the first 'proper' project i've been set by my boss so i want to get it sorted

cheers