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.
DeanMSands3
commented:
While NathanOliver and AncientDragon give "correct" answers, this is probably the most useful. +5