Beispiel #1
0
 internal static extern bool GetFileAttributesEx([In] string fileName, [In] NativeMethods.GET_FILEEX_INFO_LEVELS fInfoLevelId, out NativeMethods.WIN32_FILE_ATTRIBUTE_DATA fileInformation);
 public static extern bool GetFileAttributesExW(string fileName, NativeMethods.GET_FILEEX_INFO_LEVELS fileInfoLevel, out NativeMethods.WIN32_FILE_ATTRIBUTE_DATA fileInformation);