View Single Post
Old 07-30-2008, 05:33 AM   #1
mkaluza
Member
mkaluza began at the beginning.
 
Posts: 20
Karma: 27
Join Date: Jul 2008
Device: PRS-505
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...
mkaluza is offline   Reply With Quote