Kernel32GetFileSize Method

Overload List

GetFileSize(IntPtr, UInt32) Retrieves the size of the specified file, in bytes.

It is recommended that you use GetFileSizeEx(SafeFileHandle, Int64) instead.
Obsolete.

GetFileSize(SafeFileHandle, UInt32) Retrieves the size of the specified file, in bytes.

It is recommended that you use GetFileSizeEx(SafeFileHandle, Int64) instead.
Obsolete.

See Also