std::experimental::filesystem::directory_entry -
std::experimental::filesystem::directory_entry
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.
constructor constructs a directory entry
(public member function)
destructor default destructor
(public member function)
operator= assigns contents
(public member function)
assign assigns contents
(public member function)
replace_filename sets the filename
(public member function)
path returns the path the entry refers to
operator const path& (public member function)
cached status of the file designated by this directory entry
status cached symlink_status of the file designated by this directory
symlink_status entry
(public member function)
operator==
operator!=
operator< compares two directory entries
operator<= (public member function)
operator>
operator>=