std::filesystem::file_status::type
Min standard notice:
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
type: file type to set to
# Example
This section is incompleteReason: no example