File.seek() syntax/parameters/working
A question to programmers.
Do you know, how seek() works here? It definitely doesn't work like C fseek().
seek(N,0) works like fseek(N,1) from C.
Do you know any way to seek to an absolute position? I find reopening the file each time I need to seek() quite an ugly solution...
|