WildcardFilterAccept(String) Method
Matching method.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public bool Accept(
string name
)
Public Function Accept (
name As String
) As Boolean
public:
bool Accept(
String^ name
)
member Accept :
name : string -> bool
- name String
- name to test
Booleantrue if name matches wildcard
Case is ignored.