C4 Engine Terathon Software C4 Engine API Documentation

• File Manager

API Links
Developer Links

File::GetPosition

Defined in:  C4Files.h
Returns the current read/write position for a file.
Prototype

unsigned long GetPosition(voidconst;

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