Skip to content

Function; closefile

Cloaked edited this page Jun 10, 2020 · 1 revision

closefile(<FileHandle>)

Description

(from LUA 4 Manual: 6.4 I/O Facilities)

"This function closes the given file. It does not modify either _INPUT or _OUTPUT."

Example

Arguments

<FileHandle>: the handle of the file.
Note: I'm not sure whether this is a string or some other type of element. -Mikali

Related Functions

Function Reference

LUA 4 Manual: 6.4 I/O Facilities

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial

Clone this wiki locally