Skip to main content
Open topic with navigation CAPL Functions » General » Function Overview » fileClose

fileClose

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

Function Syntax

long fileClose (dword fileHandle);

Method Syntax (Dynamic)

long File::Close();

Description

This function closes the specified file.

Parameters

The integer contains the handle to the file.

Return Values

If an error occurs the return value is 0, else 1.

Example

See File Functions Class: File