Can anyone shed light on why GetFile() is empty when I enumerate "C:\Windows\System32\Tasks"?
System.IO.Directory.GetFiles(@"C:\Windows\System32\Tasks");
I have checked this:
VS is running as Admin
No exception is thrown
There are files in root
I can copy files out (via explorer) to another folder and it works