Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than kernel32, prefix the name with the module name and a period.
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);
}
}
Sample Code:
public static bool GetFileAttributesEx(string lpFileName, out WIN32_FILE_ATTRIBUTE_DATA fileData) {
return GetFileAttributesEx(lpFileName, GET_FILEEX_INFO_LEVELS.GetFileExInfoStandard,
out fileData);
}
Alternative Managed API:
Do you know one? Please contribute it!
Alternative Managed API:
Do you know one? Please contribute it!
The GetFileAttributesEx API
2/8/2011 10:54:08 AM - Kåre Smith-83.108.28.160
Structure used by GetFileAttributesEx API
4/4/2018 11:00:07 PM - ozbobwa-118.208.182.144
Enum used in GetFileAttributesEx API
3/16/2007 7:42:09 AM - Kåre Smith-83.108.28.160
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).