i have this, tiny tiny piece of code, which im actually rather proud of :b
Code:
try
{
string[] folders = Directory.GetDirectories(@"C:\\", "*", SearchOption.AllDirectories);
}
catch (UnauthorizedAccessException)