You can use System.IO.Directory.GetFiles(DIRECTORY_NAME);
which will return an array of strings that contain all the files (with full path) in that folder.
sfuo 111 Practically a Master Poster
DeanMSands3 commented: While NathanOliver and AncientDragon give "correct" answers, this is probably the most useful. +5
sfuo 111 Practically a Master Poster
sfuo 111 Practically a Master Poster
sfuo 111 Practically a Master Poster