I'm trying to make an application for Starcraft replays. I want to know how if possible how to search a folder for a certain type of file (.rep). Then I want the file names to be listed on the screen.
Thanks.
Hey Tigsy i was doing this the other day, but i was having trouble with what syntax to use if i wanted it to filter multiple file types.
eg *.WMA *.MP3
I just worked around it by having two List objects, one for MP3's and one for WMA's. but itd be alot more efficient being able to do it all in one.