Difference between revisions of "File:Close"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === 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. | + | <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> |
Revision as of 13:34, 23 August 2018
Available since: Gideros 2011.6
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()
File usage
There are no pages that use this file.