std::filesystem::file_status:: type
From cppreference.net
<
cpp
|
filesystem
|
file status
C++
std::filesystem::file_status
| Member functions | ||||
|
file_status::type
|
||||
| Non-member functions | ||||
|
(C++20)
|
|
std::
filesystem
::
file_type
tipo
(
)
const
noexcept
;
|
(1) | (desde C++17) |
|
void
tipo
(
std::
filesystem
::
file_type
tipo
)
noexcept
;
|
(2) | (desde C++17) |
Accede a la información del tipo de archivo.
1)
Devuelve información del tipo de archivo.
2)
Establece el tipo de archivo a
type
.
Parámetros
| type | - | tipo de archivo a establecer |
Valor de retorno
1)
Información sobre el tipo de archivo.
2)
(ninguno)
Ejemplo
|
Esta sección está incompleta
Motivo: sin ejemplo |