ASP.NET Daftar semua file di folder

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