edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Matching method.

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

Syntax

C#
public bool Accept(
	string name
)
Visual Basic
Public Function Accept ( _
	name As String _
) As Boolean
Visual C++
public:
bool Accept(
	String^ name
)

Parameters

name
Type: System..::..String
name to test

Return Value

true if name matches wildcard

Remarks

Case is ignored.

See Also