Raptor:Data Logging File Seek

From NewEagleWiki
Revision as of 20:11, 7 July 2014 by Mreed (talk | contribs) (Created page with 'Return to the main Raptor page Return to File IO page [[File:RaptorDataLoggingFileSeek.png|right|frame|Raptor™ Data Logging Fil…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Return to the main Raptor page

Return to File IO page

Raptor™ Data Logging File Seek

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 seek.
Seek Relative To Specify the starting position of the seek: File Start, Current Location, or File End.