SFTP Object
 
Syntax
 
SFTP.ReadDirMustNotMatch 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 do not match any of these patterns.
 
See Also