Namespaces
Variants
Views
Actions

std::filesystem::directory_entry::path

From cppreference.com
 
 
 
 
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.

Contents

[edit] Parameters

(none)

[edit] Return value

The full path the directory entry refers to.

[edit] Example

[edit] See also