How to recursively list all the files in a directory and child directories in C#?
Directory.GetFiles("C:\\", "*.*", SearchOption.AllDirectories)