TBLFileSeekType
File seek mode.
Definition
Unit: Blend2D
See Also
Remarks
Seek constants should be compatible with constants used by both POSIX and Windows API.
Enumeration Values
FromBeginning (0)
Seek from the beginning of the file (SEEK_SET).
FromCurrent (1)
Seek from the current position (SEEK_CUR).
FromEnd (2)
Seek from the end of the file (SEEK_END).