Home  Contents

io.close

IO Lua Commands

SYNOPSIS

io.close([file])

DESCRIPTION

Equivalent to file:close(). Without a file, closes the default output file.

SEE ALSO