Skip to main content
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
long File::Rewind();

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