Eyeon:Script/Reference/Libraries/io/flush
From VFXPedia
< Eyeon:Script | Reference | Libraries | io
Contents |
IO : io.flush
Arguments
io.flush( filehandle )
- filehandle (optional, filehandle)
A handle to an open file.
Returns
This function returns nil if it fails, as well as a string describing the error.
Remarks
Saves any data written to the file referred to by filehandle 'fh'.
Requirements
- eyeonScript 5.0
- Fusion 5.0
Examples
None at this time