std::experimental::filesystem::directory_entry

Header: <experimental/filesystem>

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.

# Declarations

class directory_entry;

(filesystem TS)