std::experimental::filesystem::directory_entry::path
From cppreference.com
                    
                                        
                    < cpp | experimental | fs | directory entry
                    
                                                            
                    | const path& path() const; | (filesystem TS) | |
| operator const path& () const; | (filesystem TS) | |
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] See also
| This section is incomplete | 


