CAPL Script

FileClose

Syntax

long fileClose (dword fileHandle);

Method(Dynamic)

long File::Close();

Function

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

Class: File