Category: Files
FileTell(fileHandle As Integer)
Integer
Returns the current file position in bytes from the start of the file.
This is useful together with FileSeek and the binary read and write functions.
position = FileTell(fileHandle)
FileSeek(fileHandle, position)