std::filesystem::directory_entry::path
From cppreference.com
                    
                                        
                    < cpp | filesystem | directory entry
                    
                                                            
                    | const std::filesystem::path& path() const; | (since C++17) | |
| operator const std::filesystem::path& () const; | (since C++17) | |
Returns the full path the directory entry refers to.
| Contents | 
[edit] Parameters
(none)
[edit] Return value
The full path the directory entry refers to.
[edit] Exceptions
noexcept specification:  
noexcept
  [edit] Example
| This section is incomplete Reason: no example | 
[edit] See also
| This section is incomplete |