Function rcpputils::fs::exists

Function Documentation

bool rcpputils::fs::exists(const path &path_to_check)

Check if a path exists.

Parameters:

path_to_check[in] The path to check.

Returns:

True if the path exists, false otherwise.