rmdir method

int rmdir(
  1. Pointer<Int8> __path
)

Implementation

int rmdir(
  ffi.Pointer<ffi.Int8> __path,
) {
  return _rmdir(
    __path,
  );
}