Список ASP.NET все файлы в папке

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