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

来自cppreference.com
< cpp‎ | experimental‎ | fs‎ | file status
 
 
 
 
perms permissions() const;
(1) (文件系统 TS)
void permissions( perms perm );
(2) (文件系统 TS)

访问文件权限信息。

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

参数

perm - 要设置的文件权限

返回值

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

异常

noexcept 规定:  
noexcept