File-Pos
(file-pos file) -> integer
Returns the position of the "pointer" in the given file. The pointer is defined in terms of number of bytes.
Example:
>> (write-file a "Just testing.")
:: null
>> (file-pos a)
:: 13
See also: file-len, file-seek, file-skip