|
-
September 17th, 2004, 08:08 AM
#1
Get File Size
Hi
What is the fastest way to retrieve the (64 bit) filesize of a file?
I need to get the size of *many* files from various locations (on WinXP systems,only), so what would be faster:
CreateFile + GetFileSize + CloseHandle
or
FindFirstFile / FindNextFile
or do you have another idea?
Thank you in advance.
Oliver.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|