Io.tmpfile
From GiderosMobile
Available since: Gideros 2011.6
Class: io
Description
Returns a handle for a temporary file. This file is opened in update mode and it is automatically removed when the program ends. <syntaxhighlight lang="lua"> (file) = io.tmpfile() </source>
Return values
Returns (file) file object for temporary file