Unit 'Unix' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

fpfsync

Synchronize file's kernel data with disk.

Declaration

Source position: unxsysch.inc line 20

function fpfsync(

  fd: cint

):cint;

Description

fpFSync synchronizes the kernel data for file fd (the cache) with the disk. The call will not return till all file data was written to disk.

If the call was successful, 0 is returned. On failure, a nonzero value is returned.

Errors

Extended error information is returned by the FpGetErrno function:

See also

FpFLock

  

Lock a file (advisory lock).


Documentation generated on: Jul 24 2023