Enumerating local or network directories
Hi,
I need to read a string with a path, and then enumerate subdirectories from that path. It can be either local or a mounted drive/folder. From what I can see, the built-in functions in C# can only handle local folders.
Are there any solutions to this?
Cheers!