In one case, I was just writing a test application to enumerate all files on my system, and I get an "access denied" error for "C:\Documents and Settings" (which was returned by .NET when I said 'give me all subfolders in c:\').
Why is this happening?
FYI: I'm using Windows 7.