◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Include: <io.h>, <errno.h> Syntax: long filelength( int handle ); Returns: the file length in bytes, or -1L if an error occurs. errno: EBADF See also: chsize, fileno, fstat -♦-