Hello all,
How does FileSeek() work? Since you only specify an offset from the
start of the file, does it always seek from the start of the file to
the position you specify? Or would it internally calculate the offset
from the current position? Or would the Windows FS do that for you?
And finally, if nothing ever calculates it as the offset from the
current position, would it be faster to do it like that?
(I ask because I have a program which needs to scan through >120Mb
files, any speed improvement would be nice
