ASP.net Wymień wszystkie pliki w folderze

string[] allfiles = Directory.GetFiles("path/to/dir", "*.*", SearchOption.AllDirectories);
Cruel Cardinal