public static bool GetFileAttributesEx(string lpFileName, out WIN32_FILE_ATTRIBUTE_DATA fileData) {
return GetFileAttributesEx(lpFileName, GET_FILEEX_INFO_LEVELS.GetFileExInfoStandard,
out fileData);
}
throw new ApplicationException("Unable to obtain details for path " + path);
}
Alternative Managed API:
Do you know one? Please contribute it!
The GetFileAttributesEx API
2/8/2011 5:56:24 PM - -192.193.245.14
Structure used by GetFileAttributesEx API
9/29/2008 5:40:37 PM - -217.34.141.60
Enum used in GetFileAttributesEx API
3/16/2007 1:42:10 PM - Kåre Smith-83.108.28.160
Structure used by GetFileAttributesEx API
9/29/2008 5:40:37 PM - -217.34.141.60
Please edit this page!
Do you have...
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).