FileStream.flush

Clears all buffers of the stream and causes data to be written to the underlying device.

class FileStream
@nogc @safe override nothrow @trusted
bool
flush
()

Return Value

Type: bool

true if the flush operation succeeded, false otherwise.

Meta