SFTP Object
 
Syntax
 
SFTP.ReadDirMustMatch As String
 
Description
Can contain a wildcarded list of file patterns separated by semicolons. For example, "*.xml; *.txt; *.csv". If set, the ReadDir method will only return files that match any one of these patterns.
 
See Also