Eyeon:Script/Reference/Libraries/io/flush

From VFXPedia

Jump to: navigation, search

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


Tips for flush (edit)

EyeonTips:Script/Reference/Libraries/io/flush