|
VMS Help CRTL, fsync, Description *Conan The Librarian |
The fsync function behaves much like the fflush function. The
primary difference between the two is that fsync flushes data
all the way to the disk while fflush flushes data only as far as
the underlying RMS buffers. Also, with fflush, you can flush all
buffers at once; with fsync you cannot.
|
|