Function createDirectory

Function Documentation

bool createDirectory(const std::string &path)

function to create a directory

Parameters:

path – string of the directory path

Returns:

true if the directory is created successfully