std::filesystem::file_status
Defined in header <filesystem> | | |
---|---|---|
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。
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com