std::experimental::filesystem::file_status (3) - Linux Manuals

std::experimental::filesystem::file_status: std::experimental::filesystem::file_status

NAME

std::experimental::filesystem::file_status - std::experimental::filesystem::file_status

Synopsis


Defined in header <experimental/filesystem>
class file_status; (filesystem TS)


Stores information about the type and permissions of a file.

Member functions


              constructs a file_status object
constructor (public member function)
              assigns contents
operator= (public member function)
              implicit destructor
destructor (public member function)
              gets or sets the type of the file
type (public member function)
              gets or sets the permissions of the file
permissions (public member function)