.TH "std::filesystem::file_status" 3cxx "Wed Jul 28 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::filesystem::file_status \- Information about a file's type and permissions\&. .SH SYNOPSIS .br .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBfile_status\fP (const \fBfile_status\fP &) noexcept=default" .br .ti -1c .RI "\fBfile_status\fP (\fBfile_status\fP &&) noexcept=default" .br .ti -1c .RI "\fBfile_status\fP (file_type __ft, \fBperms\fP __prms=perms::unknown) noexcept" .br .ti -1c .RI "\fBfile_status\fP & \fBoperator=\fP (const \fBfile_status\fP &) noexcept=default" .br .ti -1c .RI "\fBfile_status\fP & \fBoperator=\fP (\fBfile_status\fP &&) noexcept=default" .br .ti -1c .RI "\fBperms\fP \fBpermissions\fP () const noexcept" .br .ti -1c .RI "void \fBpermissions\fP (\fBperms\fP __prms) noexcept" .br .ti -1c .RI "file_type \fBtype\fP () const noexcept" .br .ti -1c .RI "void \fBtype\fP (file_type __ft) noexcept" .br .in -1c .SH "Detailed Description" .PP Information about a file's type and permissions\&. .PP Definition at line 54 of file bits/fs_dir\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.