I'm trying to make a code in c# that prints all file directories in my computer, and I'm almost there. But a problem exists:
When a folder name is just a space (" ") the process goes into an infinite loop. What do you advise me to do, without changing the folders name or ignoring that?