How do I get the path of a random folder?

Posted by Joshua on Stack Overflow See other posts from Stack Overflow or by Joshua
Published on 2010-03-28T17:02:39Z Indexed on 2010/03/28 17:23 UTC
Read the original article Hit count: 209

Filed under:
|
|
|

Like start at c:\ (or whatever the main drive is) and then randomly take routes? Not even sure how to do that.

public sealed static class FolderHelper
{
    public static string GetRandomFolder()
    {
        // do work
    }
}

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET