Sets the file pointer to a specified position in a file
seek(offset)
var fd = new File("/tmp/blah"); fd.open("read"); fd.seek(1024);
Javascript
Category: Javascript