std::filesystem::file_status::type

Accesses the file type information.

# Declarations

std::filesystem::file_type type() const noexcept;

(since C++17)

void type( std::filesystem::file_type type ) noexcept;

(since C++17)

# Parameters

# Example

This section is incompleteReason: no example