How can you mobile (x86 and AMD64) look for an offset (> 4 GB) in a file?
File.seek () accepts long on AMD64 and int on x86 (or size_t on both).
I need it to accept long on x86. How can i do this?
(I have a terrible feeling that this is a C search restriction, and that I will have to make some relative queries to get an offset> 4 GB.)
Thanks,
Chris.
source share