Shinobi Library - File System Function

gdFsTell

Gets the position of the file reading pointer

FORMAT

Sint32 gdFsTell( gdfs )
GDFS gdfs

PARAMETER

 gdfs  File handle 

RETURN

Reading position

DESCRIPTION

Gets the position of the file reading pointer in sector units.

EXAMPLE

Sint32 pos;
GDFS gf;
gf = gdFsOpen("TEST.BIN", NULL);
pos = gdFsTell(gf);

gdFsTell
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999