Difference between revisions of "File:Close"
From GiderosMobile
Line 8: | Line 8: | ||
file:close() | file:close() | ||
</source> | </source> | ||
+ | |||
+ | {{File}} |
Latest revision as of 21: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()
File usage
There are no pages that use this file.