File::GetFilePosition
Defined in:
Returns the current read/write position for a file.
C4Files.hPrototype
uint64 GetFilePosition(void) const;
Description
The GetFilePosition function returns the current absolute position within the file, in bytes, at which the next read or write operation will take place. When a file is initially opened, its read/write position is 0.
See Also
