ftellΒΆ

ftell returns the current file pointer position in bytes.

nPos = ftell(fh)

Return Value

nPos is the position in the file starting at 0.

Parameters

fh

Identifies the file.

id-1147290