名稱空間
變體
操作

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

來自 cppreference.com
< cpp‎ | experimental‎ | fs‎ | 檔案狀態
 
 
 
 
perms permissions() const;
(1) (檔案系統 TS)
void permissions( perms perm );
(2) (檔案系統 TS)

訪問檔案許可權資訊。

1) 返回檔案許可權資訊。
2) 將檔案型別設定為 perm

[編輯] 引數

perm - 要設定的檔案許可權

[編輯] 返回值

1) 檔案許可權資訊。
2) (無)

[編輯] 異常

noexcept 規範:  
noexcept