| View previous topic :: View next topic |
| Author |
Message |
F. Bluemers
Joined: 09 Mar 2006 Posts: 733 Location: Nederland
|
Post subject: Re: File size for files > 4Gb Posted: Fri May 11, 2012 5:54 pm |
|
|
| Cardoso wrote: |
Hi,
I
I came across the _filelength64() function but this func don't work with (FILE *) structure.
Can some please help me getting the file size of files bigger than 4GB?
|
You can use the _fileno() function to get the file handle from FILE,
with that you should be able to use _tell64() or filelengthi64()
http://msdn.microsoft.com/en-US/library/zs6wbdhx(v=vs.80)
Best
Fonzy |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|