std::filesystem::file_status
文件系统::file[医]地位
Defined in header | | |
---|---|---|
class file_status; | | (since C++17) |
存储有关文件的类型和权限的信息。
成员函数
(constructor) | constructs a file_status object (public member function) |
---|---|
operator= | assigns contents (public member function) |
(destructor) | implicit destructor (public member function) |
type | gets or sets the type of the file (public member function) |
permissions | gets or sets the permissions of the file (public member function) |
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。