Discuss this help topic in SecureBlackbox Forum
Adjusts current position in the file.
Declaration
Parameters
- Offset - number of bytes to shift the position relative to the origin.
- Origin - defines the origin from which the position is computed.
[Pascal]: set this parameter to 0 to start from the beginning, 1 to start from current position, and 2 to compute the offset from the end of the file.
Return value
Returns the new position in the file.
Description
Use this method to set the current position in the file.
Discuss this help topic in SecureBlackbox Forum