4 references to GetFileExInfoStandard
System.Web (4)
Configuration\RemoteWebConfigurationHostServer.cs (1)
250
if (UnsafeNativeMethods.GetFileAttributesEx(name, UnsafeNativeMethods.
GetFileExInfoStandard
, out data) && (data.fileAttributes & (int)FileAttributes.Directory) == 0) {
Util\FileUtil.cs (3)
360
bool ok = UnsafeNativeMethods.GetFileAttributesEx(physicalPath, UnsafeNativeMethods.
GetFileExInfoStandard
, out data);
393
bool ok = UnsafeNativeMethods.GetFileAttributesEx(filename, UnsafeNativeMethods.
GetFileExInfoStandard
, out data);
586
if (!UnsafeNativeMethods.GetFileAttributesEx(path, UnsafeNativeMethods.
GetFileExInfoStandard
, out data)) {