Find the size of a binary file
──────────────────────────────────────────────────────────────────────────────

Syntax

H_FileSize( nHandle )

Arguments:

nHandle - Handle of binary file

Returns:

Size of file in bytes

Description:

Calculates the size of the file by jumping from the start of the file
to the end of the file

Examples:



Header File: H_LIB52.CH

Source: FILESIZE.PRG

Author: Nantucket