TStreamFileWriter() > Methods |
Changes the position of the file pointer.
:seek( <nBytes>, <nOrigin> ) --> nPosition
Start positions for moving the file pointer
Constant | Value | Description |
---|---|---|
FS_SET *) | 0 | Start at the beginning of the file |
FS_RELATIVE | 1 | Start at the current file pointer position |
FS_END | 2 | Start at the end of the file |
*) default |
Method :seek() is used to change the current position of the low-level file pointer. It returns the new position of the file pointer as a numeric value. Refer to function FSeek() for more information.
http://www.xHarbour.com