Return to the main Raptor page
Return to File IO page
Description
This block is used to move the current position in a file where the next read or write operation will occur.
Inputs
Input
|
Type
|
Description
|
File Handle
|
File Handle
|
Specifies the file to use.
|
Offset
|
int32
|
The number of bytes to move in the file.
|
Outputs
Output
|
Type
|
Description
|
File Handle
|
File Handle
|
Outputs the File Handle provided on the input.
|
Success
|
boolean
|
Output indicates if the file seek was successful.
|
Parameters
Parameter
|
Type
|
Description
|
Resource
|
|
Specify the resource which contains the file to use.
|
Seek Relative To
|
|
Specify the starting position of the seek: File Start, Current Location, or File End.
|