CloseFile Procedure

Applies to TestComplete 15.45, last modified on December 01, 2022

The CloseFile procedure closes the file, which is associated with the specified file variable.

Declaration

CloseFile(FileVar) Parameters
FileVar [in] Required Variant
Result     None  

Description

Terminates the association between the specified file variable and the desired file.

Parameters

The procedure has the following parameter:

FileVar

This variable is associated with the desired file by calling the AssignFile procedure.

See Also

DelphiScript - List of Supported Routines and Variables
AssignFile

Highlight search results