edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Wildcards are a combination of '*' and '?'.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public WildcardFilter(
	string wildcard
)
Visual Basic
Public Sub New ( _
	wildcard As String _
)
Visual C++
public:
WildcardFilter(
	String^ wildcard
)

Parameters

wildcard
Type: System..::..String
wildcard for specifying files (? for single characters and * for multiple characters)

Remarks

It is meaningless to have them adjacent to each other, and so this is not permitted.

See Also