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.)
Example
See Also