MatchCriteria Key

Associated Value Type

Array (VT_ARRAY)

Contains

String (VT_BSTR)

Description

Each item in the array should be a string "glob" specifying a wild card used to match files. The files in the directory pointed to by the Directory key will first be filtered using the wildcard expression, then checked and possibly incorporated into the Channel object's Items collection. This is essentially a "globbing" mechinism used commonly, such as "DIR *.htm" to list all .htm files in the current directory.

Example

Channel.RefreshOptions("MatchCriteria") = Array("*.htm","*.asp","*.cdf")

Applies to Agents

File System


© 1997-1998 Microsoft Corporation. All rights reserved.