Description
-
Removes virtual file from the collection.
Return Type
-
None
Syntax
-
object.Remove Index
The Remove Method syntax has these parts:
| object |
An expression
evaluating to an object of type VirtualFiles. |
| Index |
Required. A Variant
value. Holds virtual file index, virtual file name,
or reference to the virtual file object. |
Remarks
-
Remove method will remove virtual file from the
collection (either for the User or globally).
|