TSeek
Support
Supported from 5.0
Description
Flags for destination of a seek operation. File locations are
specified as a 32-bit signed integer allowing offsets of ±2GB from the origin
of the seek.
ESeekAddress |
This can only be used for file systems with execute-in-place
facilities, such as the ROM file system: the offset specifies the absolute
address of the data. |
ESeekStart |
Destination is start of file |
ESeekCurrent |
Destination is current position in file |
ESeekEnd |
Destination is end of file |
|