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