Gentee Programming Language > Documentation > Libraries | Download documentation |
Set the current position in the file.
uint setpos( uint handle, int offset, uint mode )
handle File identifier. offset Position offset. mode The type of moving the position. $FILE_BEGIN from the beginning of the file $FILE_CURRENT from the current position $FILE_END from the end of the file
The function returns the current position in the file.
See also![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |