Previous - ioWriteEx Section Home - File I/O Stream Next - ioSetPos


ioGetPos ( )

Obtains the current byte position of the read/write head

Usage:

ioGetPos (object me )

Parameters:

None

Returns:

(integer) - The byte position

Example:

xtRose = xtra("Rosetta").new( )
xtRose.ioOpen( "C:\mySavedData.dat", 4 )
xtRose.ioWriteEx( 80, -1 )
nPos = xtRose.ioGetPos( )

Notes:


Previous - ioWriteEx Section Home - File I/O Stream Next - ioSetPos