Next Topic

Previous Topic

Book Contents

MkDir

bool MkDir(string sPath)

Return value

Returns true if the operation was successful or false if otherwise.

Parameters

  • sPath - Path to directory to create, including name of new directory.

Remarks

This function is not able to recursively create new directives, all parent directories of the last directory in the path must exists.