Sponsors

GetFileSize

Function name: GetFileSize

Defined in : Kernel32

Requirements : Windows NT 3.1 or later; Windows 95 or later

Declaration:

Declare Function GetFileSize Lib "kernel32" Alias "GetFileSize" (ByVal hFile As Long, lpFileSizeHigh As Long) As Long

Parameters:

Returns:

Related functions:

Examples:

File Operations

Files

Categories