Navigation: Indice generale > Documentazione API > File system > Classe file
Scarica tutti i dati memorizzati nel buffer (cache) nel file.
Sintassi
bool flush()
Risultato
Rende true se scaricamento riuscito, false altrimenti
Esempio di utilizzo:
file @file1;
/* Scarica dati da buffer nel file */
if (!file1.flush())
{
/* Errore scaricamento dati buffer */
}
F7 for caret browsing Hold ALT and press letter