ChDir Procedure

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

The ChDir procedure changes the current directory.

Declaration

ChDir(DirName) Parameters
DirName [in] Required String
Result     None  

Description

Changes the current directory to the specified one. If the specified path includes the drive specifier, the drive name is also changed.

Parameters

The procedure has the following parameter:

DirName

Specifies the new path.

See Also

DelphiScript - List of Supported Routines and Variables
GetDir
MkDir
RmDir

Highlight search results