MakeDirectory method

int MakeDirectory(
  1. Pointer<Char> dirPath
)

Create directories (including full path requested), returns 0 on success

Implementation

int MakeDirectory(Pointer<Char> dirPath)
  => _MakeDirectory(dirPath);