Function rcpputils::fs::is_directory

Function Documentation

bool rcpputils::fs::is_directory(const path &p) noexcept

Check if the path is a directory.

Parameters:

p[in] The path to check

Returns:

True if the path is an existing directory, false otherwise.