There are a slew of files in C:\Windows\System32 that cannot be enumerated by System.IO.Directory.GetFiles(). One of them is slui.exe. It shows up in Windows Explorer next to an icon that appears to show two door keys. What attributes and/or metadata suggests
to Windows Explorer that end users like me want to see two door keys? http://www.mdrsesco.biz/Unexplained.png Also, what is the intent of the designers to suppress enumeration of certain files?
The dir shell command and Windows Explorer are perfectly capable of enumerating these files. But .Net Framework? No.
MARK D ROCKMAN