3 references to FindFirstFile
System.Web (3)
Util\FileEnumerator.cs (1)
125
_hFindFile = UnsafeNativeMethods.
FindFirstFile
(_path + @"\*.*", out _wfd);
Util\FileUtil.cs (2)
444
hFindFile = UnsafeNativeMethods.
FindFirstFile
(path, out wfd);
503
IntPtr hFindFile = UnsafeNativeMethods.
FindFirstFile
(currentParentDir, out fd);