File.flush

Flushes the C FILE buffers.

Calls _fflush for the file handle.

struct File
@trusted
void
flush
()

Throws

Exception if the file is not opened or if the call to fflush fails.

Meta

Suggestion Box / Bug Report