MappedFile.flush

Flush dirty content out to the drive. This fails with error 33 if the file content is virgin. Opening a file for ReadWriteExists followed by a flush() will cause this.

  1. MappedFile flush()
    class MappedFile
    version(Win32)
    flush
    ()
  2. MappedFile flush()

Meta