Close the file handle
None.
import "file" fh = file.open("data.txt", "r") if fh != null then print fh.readLine fh.close end if
There was an error while loading. Please reload this page.