Function rcpputils::fs::is_regular_file

Function Documentation

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

Check if the path is a regular file.

Parameters:

p[in] The path to check

Returns:

True if the path exists, false otherwise.