[Windows API] Code to get file size
Here is a short code snippet to get size of a file using the Windows API GetFileSizeEx. Wrote this for a friend, so thought this will be useful for others as well.
I haven’t tested this much, you might want to add parameter integrity check etc..
__int64…
View Post

















