rmdir method

int rmdir(
  1. Pointer<Char> __path
)

Implementation

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