FileOpsObj.$getposition()

Function group Execute on client Platform(s)
FileOps NO All

Syntax

$getposition()

Description

Returns the current position of the open file associated with the object.

The current position is the byte index to the position in the file where the next function which reads or writes data, will read or write. The first byte in the file has position zero. If an error occurs, the function returns -1.