WinXP/Win7, .net 3.5, C#, application running under admin account
I have to get a read access to directories accessible only by SYSTEM account (e.g. "System Volume Information") and wouldn't like to change directory security (using method like this: Why can I not set this ACL rule in C#?).
Can I setup "in memory" directory ACL rules for current process/thread/appdomain and how to do this in C#?