MakeDirectory abstract method

int MakeDirectory(
  1. String dirPath
)

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

Implementation

int MakeDirectory(
  String dirPath,
);