edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

WildcardFilter Class

Wildcard file filter that matches against ? for single characters and * for multiple characters. Case is ignored.
Inheritance Hierarchy
SystemObject
  EnterpriseDT.Net.FtpWildcardFilter

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public class WildcardFilter

The WildcardFilter type exposes the following members.

Constructors
  NameDescription
Public methodWildcardFilter
Wildcards are a combination of '*' and '?'.
Top
Properties
  NameDescription
Public propertyIgnoreCase
Is case ignored in the wildcard match?
Public propertyWildcard
Get the wildcard string
Top
Methods
  NameDescription
Public methodAccept(FTPFile)
Matching method accepting an FTPFile object.
Public methodAccept(String)
Matching method.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldStatic memberWILDCARDS
Top
See Also