Method Stdio.Fd()->sync()
- Method sync
boolsync()- Description
Flush buffers to disk.
- Returns
Returns
0(zero) and sets errno on failure.Returns
1on success.
bool sync()
Flush buffers to disk.
Returns 0 (zero) and sets errno on failure.
Returns 1 on success.