I want to list every file and directory contained in a directory and subdirectories of that directory. If I chose C:\\ as the directory, the program would get every name of
Use the GetDirectories and GetFiles methods to get the folders and files.
Use the SearchOption AllDirectories to get the folders and files in the subfolders also.
AllDirectories