File::GetPosition
Defined in: C4Files.h
Returns the current read/write position for a file.
Prototype
unsigned long GetPosition(void) const;
Description
The GetPosition 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
File::SetPosition
File::GetSize
|