CAPL Script

FileRewind

Syntax

long fileRewind (dword fileHandle);

Method(Dynamic)

long File::Rewind();

Function

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

Class: File