I\'m using a simple DirectoryInfo to grab all directories on the root on the C drive. However, I\'m running under administrator and i\'m getting the error of pa
C:\Document and Settings is a junction point and additionnally
You cannot access the System Volume Information directory.which is placed on C:\ root you have to trap any security exceptions and skip it to work your code.