Access the underlying std::filesystem::path without needing a cast (const overload).
Declared in <util/fs.h>
<util/fs.h>
std::filesystem::path const& std_path() const;
A const reference to this object as a std::filesystem::path.