NAME

ftell - returns the current read or write position in a file

SYNOPSIS

file.ftell()

DESCRIPTION

returns the current read or write position in a file

RETURN VALUE

enter return value here

ERRORS

enter exceptions thrown

EXAMPLE

    // this is an example

SEE ALSO

related