For the complete documentation index, see llms.txt. This page is also available as Markdown.

ftell

get cursor position in the file
     handle - file handle
returns: -1 - error
         otherwise current cursor position
Thread-safe function.

long ftell(long handle);

Last updated

Was this helpful?