SeekFile
Namespace: SeekFile
Mode flags passed to File::Seek.
Values
| Name | Value | Description | 
|---|---|---|
| SET | 0 | Seek from the start of the file. | 
| CUR | 1 | Seek from the current offset in the file. | 
| END | 2 | Seek from the end of the file. | 
Namespace: SeekFile
Mode flags passed to File::Seek.
| Name | Value | Description | 
|---|---|---|
| SET | 0 | Seek from the start of the file. | 
| CUR | 1 | Seek from the current offset in the file. | 
| END | 2 | Seek from the end of the file. |