What is the value of OPEN_EXISTING in the Windows API?
I'm trying to open directories directly so I can examine the entries for deleted files, and I need to specify that value, but the C# environment doesn't include that under the FileMode enumeration.
related question: CreateFile to view a directory