In order to reliably get the size of a file on Windows, I have found two solutions on SO: GetFileSize
or _stat64
.
What are the pros and cons for each one?
In order to reliably get the size of a file on Windows, I have found two solutions on SO: GetFileSize
or _stat64
.
What are the pros and cons for each one?