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