GetFileAttributesA method
Implementation
int GetFileAttributesA(
ffi.Pointer<ffi.Int8> lpFileName,
) {
return (_GetFileAttributesA ??=
_dylib.lookupFunction<_c_GetFileAttributesA, _dart_GetFileAttributesA>(
'GetFileAttributesA'))(
lpFileName,
);
}