PDA

Click to See Complete Forum and Search --> : find all files in a directory


vbzero
May 11th, 2002, 10:24 AM
I need to find all specified files in a specified
directory of mine, e.g. search for '*.avi; *.mpg; *.mpeg'
in 'c:\vdata'.

any ideas?

thx!

sunburnt
May 11th, 2002, 12:48 PM
look at the System.IO.Directory object :)

vbzero
May 11th, 2002, 12:54 PM
thank you! :)