1
Answer

Enumerating local or network directories

Lars K

Lars K

12y
1.1k
1
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!

Answers (1)