Documentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Open topic with navigation
CAPL Functions » General » Function Overview » fileRewind
fileRewind
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE
Function Syntax
long fileRewind (dword fileHandle);
Method Syntax (Dynamic)
Method Syntax
Description
This function resets the position pointer to the beginning of the file.
Parameters
The integer indicates the file handle.
Return Values
If an error occurs, the return value is 0, else 1.
Example
See File Functions
Class: File