FileFlush
Jump to navigation
Jump to search
bool fileFlush ( file )
Flushes a file so that waiting disk writings are written immediately. Things written by fileWrite is often delayed until a certain buffer is full or the file is closed until they're actually written to the disk. Call this if you need the data written right now without closing the file.