We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.