Namespaces
Variants

std::filesystem::file_status:: type

From cppreference.net
std:: filesystem :: file_type Typ ( ) const noexcept ;
(1) (seit C++17)
void Typ ( std:: filesystem :: file_type Typ ) noexcept ;
(2) (seit C++17)

Greift auf die Dateitypinformationen zu.

1) Gibt Dateitypinformationen zurück.
2) Setzt den Dateityp auf type .

Parameter

Typ - Dateityp, der festgelegt werden soll

Rückgabewert

1) Dateityp-Informationen.
2) (keine)

Beispiel