MakeDirectory method

int MakeDirectory(
  1. Pointer<Char> dirPath
)

Implementation

int MakeDirectory(Pointer<Char> dirPath) {
  return _MakeDirectory(dirPath);
}