Function rcpputils::fs::create_directories

Function Documentation

bool rcpputils::fs::create_directories(const path &p)

Create a directory with the given path p.

This builds directories recursively and will skip directories if they are already created.

Parameters:

p[in] The path at which to create the directory.

Returns:

Return true if the directory already exists or is created, false otherwise.