Get a random folder C# .NET
- by Joshua
Hi.
public sealed static class FolderHelper
{
public static string GetRandomFolder()
{
// do work
}
}
But.... How? Like start at c:\ (or whatever the main drive is) and then randomly take routes? Not even sure how to do that.