Difference between revisions of "File:Close"

From GiderosMobile
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2011.6<br/>
+
<languages />
=== Description ===
+
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
 +
'''<translate>Class</translate>:''' [[Special:MyLanguage/file|file]]<br/>
 +
=== <translate>Description</translate> ===
 
<translate>Closes file. Note that files are automatically closed when their handles are garbage collected, but that takes an unpredictable amount of time to happen.</translate>
 
<translate>Closes file. Note that files are automatically closed when their handles are garbage collected, but that takes an unpredictable amount of time to happen.</translate>
 
<source lang="lua">
 
<source lang="lua">
 
  file:close()
 
  file:close()
 
</source>
 
</source>
 +
 +
{{File}}

Latest revision as of 22:11, 11 February 2020


Available since: Gideros 2011.6
Class: file

Description

Closes file. Note that files are automatically closed when their handles are garbage collected, but that takes an unpredictable amount of time to happen.

 file:close()






There are no pages that use this file.