Function ouster::sdk::core::make_dir

Function Documentation

bool ouster::sdk::core::make_dir(const std::string &path)

Create a directory at the given path.

Parameters:

path[in] The path to the directory to create.

Returns:

True if the directory was created or already exists, false otherwise.