edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Is case ignored in the wildcard match?

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

Syntax

C#
public bool IgnoreCase { get; set; }
Visual Basic
Public Property IgnoreCase As Boolean
	Get
	Set
Visual C++
public:
property bool IgnoreCase {
	bool get ();
	void set (bool value);
}

See Also