GetPathAttributes method

int GetPathAttributes(
  1. Pointer<Char> arg0,
  2. Pointer<Void> arg1
)

Implementation

int GetPathAttributes(
  ffi.Pointer<ffi.Char> arg0,
  ffi.Pointer<ffi.Void> arg1,
) {
  return _GetPathAttributes(
    arg0,
    arg1,
  );
}