命名空间
变体
操作

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

来自 cppreference.cn
< cpp‎ | experimental‎ | fs‎ | 文件状态
 
 
 
 
perms permissions() const;
(1) (filesystem TS)
void permissions( perms perm );
(2) (filesystem TS)

访问文件权限信息。

1) 返回文件权限信息。
2) 将文件类型设置为 perm

[编辑] 参数

perm - 要设置的文件权限

[编辑] 返回值

1) 文件权限信息。
2) (无)

[编辑] 异常

noexcept 规范:  
noexcept