fgetlenΒΆ

fgetlen returns the file length in bytes.

nLen = fgetlen(fh)

Return Value

nLen is the file length in bytes.

Parameters

fh

Identifies the file.

History

Version

Description

5.3.0

New.

id-1402791