CloseFile Procedure

Applies to TestComplete 14.10, last modified on June 5, 2019

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