Skip to main content

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 » 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