Metodo basic_directory_entry::replace_leaf
Sostituisce il valore archiviato foglia e aggiorna lo stato del nome file archiviato.
void replace_leaf(
const string_type& Str,
file_status Statarg = file_status(),
file_status Symstatarg = file_status()
);
Parametri
Str
Stringa contenente il nuovo valore per la foglia.Statarg
Un oggetto file_status che rappresenta lo stato del file a cui fa riferimento il nome file archiviato.Symstatarg
Un oggetto file_status che rappresenta lo stato del collegamento del file che fa riferimento al nome file archiviato.
Requisiti
Intestazione: filesystem
Spazio dei nomi: std::tr2::sys