std::experimental::filesystem::directory_entry::path

Returns the full path the directory entry refers to.

# Declarations

const path& path() const;

(filesystem TS)

operator const path& () const;

(filesystem TS)

# Return value

The full path the directory entry refers to.