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

Accesses the file type information.

# Declarations

file_type type() const;

(filesystem TS)

void type( file_type type );

(filesystem TS)

# Parameters