Get a random folder C# .NET

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:13 UTC
Read the original article Hit count: 101

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET