Namespaces
Variants
Views
Actions

std::experimental::filesystem::directory_entry

From cppreference.com
< cpp‎ | experimental‎ | fs
Defined in header <experimental/filesystem>
class directory_entry;
(filesystem TS)

Represents a directory entry. The objects stores a path and two file_status objects: one for file status and the second for the pointed-to file status if the directory entry refers to a symbolic link.

[edit] Member functions

constructs a directory entry
(public member function) [edit]
(destructor)
default destructor
(public member function) [edit]
Modifiers
assigns contents
(public member function) [edit]
assigns contents
(public member function) [edit]
sets the filename
(public member function) [edit]
Observers
returns the path the entry refers to
(public member function) [edit]
returns the status of the file entry refers to
(public member function) [edit]
returns the status of the target of the symbolic link
(public member function) [edit]
compares two directory entries
(public member function) [edit]