Synchronize file contents to disk.
Source position: filutilh.inc line 276
function FileFlush( |
Handle: THandle |
):Boolean; |
FileFlush can be used to force the operating system to write any cached changes to file Handle to disk. It returns True if the operation completed succesfully. Note that not all operating systems support this operation.
On error, check the GetLastOSError function result for more information about the error.
|
Close a file handle. |
|
|
Write data from a buffer to a given file handle. |
|
|
Open an existing file and return a file handle. |