Eyeon:Script/Reference/Libraries/io/tmpfile
From VFXPedia
< Eyeon:Script | Reference | Libraries | io
Contents |
IO : io.tmpfile
Arguments
io.tmpfile( )
Returns
Returns a handle to a temporary file.
Remarks
This function returns a handle to a temporary file which is opened in read/write mode. The file is automatically removed when the script ends.
Requirements
- eyeonScript 5.0
- Fusion 5.0
Examples
No examples at thistime