Function ouster::sdk::core::make_dir¶
Defined in File compat_ops.h
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.