io.close()
The io.close() function is used to close open file.
Parameters
file objecta file object that was returned by the io.open() function.
Return value
none
Last updated
Was this helpful?
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
Was this helpful?