| TUfileSeek | TCL UTILITIES USER MANUAL | TUfileSeek |
|---|
| set |
[TUfileSeek  |
|
| fD | - | File descriptor of file to seek into. | |||||||||
| Offset | - | The number of bytes to move into the file. Negative bytes are ok and move the current file pointer location towards the beginning of the file. The starting position of the move depends on the next input parameter. | |||||||||
| Origin | - | The location from which to perform
the byte offset. Valid locations are:
|
| rV | - | Returns -1 if the seek will position the file pointer before the beginning of the file or after the end; otherwise it returns the byte position of the file pointer in the file. |
None Given
| Sept 19, 2006 |
|---|