The current position in the file
position
var fd = new File("/tmp/blah"); fd.open("read"); fd.seek(10); console_log("We are at offset " + fd.position + "\n"); fd.close()
Javascript
Category: Javascript