If I try to seek in a file that is bigger than 2 gigs it has an I/O error (131), wich is the pointing before file start or something :)
After that the truncate will truncate in position 0 (or won't truncate, if I/O check is active)
How can I overload the seek() and the truncate() procedure to handle int64 size files? (longint isn't working)