







The BasicFileFilter type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | 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. |