Difference between revisions of "Io.tmpfile"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''<translate>Available since</translate>:''' Gideros 2011.6<br/> | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> | ||
+ | '''<translate>Class</translate>:''' [[Special:MyLanguage/io|io]]<br/> | ||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
<translate>Returns a handle for a temporary file. This file is opened in update mode and it is automatically removed when the program ends.</translate> | <translate>Returns a handle for a temporary file. This file is opened in update mode and it is automatically removed when the program ends.</translate> |
Revision as of 09:28, 24 August 2018
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.
(file) = io.tmpfile()
Return values
Returns (file) file object for temporary file