io.close()
The io.close() function is used to close open file.
Parameters
file object
a file object that was returned by the io.open() function.
Return value
none
Last updated
The io.close() function is used to close open file.
file object
a file object that was returned by the io.open() function.
none
Last updated