Eyeon:Script/Reference/Libraries/io/fh

From VFXPedia

< Eyeon:Script | Reference | Libraries | io
Revision as of 14:01, 9 December 2006 by Peter (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
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 thistime


Tips for fh (edit)

EyeonTips:Script/Reference/Libraries/io/fh