mkpath_np method

int mkpath_np(
  1. Pointer<Char> path,
  2. int omode
)

Implementation

int mkpath_np(ffi.Pointer<ffi.Char> path, int omode) {
  return _mkpath_np(path, omode);
}