Raptor:Data Logging File Seek: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Return to the main Raptor page Return to File IO page [[File:RaptorDataLoggingFileSeek.png|right|frame|Raptor™ Data Logging Fil…') |
|||
Line 49: | Line 49: | ||
! Resource | ! Resource | ||
| | | | ||
| Specify the resource which contains the file to | | Specify the resource which contains the file to use. | ||
|- | |- | ||
! Seek Relative To | ! Seek Relative To |
Revision as of 20:11, 7 July 2014
Return to the main Raptor 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. |