BasicFileFilter Members

MCManager API

The BasicFileFilter type exposes the following members.

Constructors

  NameDescription
BasicFileFilter
Main constructor.

Methods

  NameDescription
Accept
Returns true or false if the file is accepted or not.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
ExcludeDirectoryPattern
Maximum number of directory levels to accept.
ExcludeFilePattern
Regexp pattern that is used to deny files path parts.
ExcludeFiles
Comma separated string list of filenames to exclude.
ExcludeFolders
Comma separated string list of foldernames to exclude.
IncludeDirectoryPattern
Regexp pattern that is used to accept directory path parts.
IncludeExtensions
Comma separated list of valid file extensions.
IncludeFilePattern
Regexp pattern that is used to accept files path parts.
IncludeFiles
Comma separated string list of filenames to include.
IncludeFolders
Comma separated string list of foldernames to include.
IncludeWildcardPattern
OnlyDirs
Only dirs are to be accepted in result.
OnlyFiles
Only files are to be accepted in result.
Reason
Status code why the accept failed. These status codes are defined as constants.

See Also