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.