std::experimental::filesystem::file_status::type

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

访问文件类型信息。

1) 返回文件类型信息。
2) 设置文件类型为 type

参数

type - 要设置的文件类型

返回值

1) 文件类型信息。
2) (无)

异常

noexcept 规定:  
noexcept