Remove Method

Description

Alternatively, you can specify the path you want to remove as a string.

Syntax

Visual Basic
Public Sub Remove( _
   ByVal PathOrPosition As Variant _
) 

Parameters

PathOrPosition

The position or path of the function library file you want to remove from the list. Position values begin with 1.

The ALM path is the location of the file in ALM.  For example:

[ALM\Resources] Resources\Libraries\Library1.qfl (for a file stored in the Test Resources module) or [ALM] Subject\qtp95\Library1.qfl (for a file stored as an attachment.)

Remarks

In previous QuickTest versions, ALM paths for the PathOrPosition argument for were specified using an ALM virtual path, such as:
"[QC-Attach];;Subject\qtp95;;\Library1.qfl"

This format is no longer supported.  If you used this format in previous automation scripts, you should change your scripts to reflect the new format, as described in the Syntax Details section.

Example

See Also