File.flush

Flushes the C FILE buffers.

Calls $(CSTDIO 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