GetFileSizeEx or GetFileSize() spring to mind…
Regards,
Paul Bunn, UltraBac.com, 425-644-6000
Microsoft MVP - WindowsNT/2000
http://www.ultrabac.com
-----Original Message-----
From: Jingcao Hu [mailto:xxxxx@chinaren.com]
Sent: Monday, July 03, 2000 10:07 PM
To: NT Developers Interest List
Subject: [ntdev] How to obtain the file length of a file larger than 4G
in C under NT4.0?
Hi, there:
calls like ftell all returns value in DWORD. So what I should do in
order to get the file length of files larger than 4G bytes?