We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Get the current read/write position in the file
None.
import "file" fh = file.open("data.txt", "r") fh.read 10 // advance 10 bytes print fh.position // 10 fh.close
There was an error while loading. Please reload this page.