rmdir method

int rmdir(
  1. Pointer<Char> arg0
)

Implementation

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