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

filelength

get file length
     handle - file handle
returns: -1 - error
         otherwise file length in bytes
Thread-safe function.

long filelength(long handle);

Last updated

Was this helpful?