file.setpos
Set the current position in the file.
method uint file.setpos (
int offset,
uint mode
)
int offset,
uint mode
)
Parameters
offset | Position offset. | ||||||
mode | The type of moving the position.
|
Return value
The function returns the current position in the file.
Related links | Source |