const std::filesystem::path& path() const noexcept; | (since C++17) | |
operator const std::filesystem::path& () const noexcept; | (since C++17) |
Returns the full path the directory entry refers to.
(none).
The full path the directory entry refers to.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/filesystem/directory_entry/path