XsWin32FileStream.Flush Method (Logic) | |
Clears buffers for this stream and causes any buffered data to be written to the file, and also clears all intermediate file buffers.
Namespace:
XSharp.IO
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax Remarks This method calls the Windows FlushFileBuffers() function directly.
See Also