An NDoc Documented Class Library |
|
WildcardFilter Constructor
Wildcards are a combination of '*' and '?'.
public WildcardFilter(
string wildcard);
Parameters
-
wildcard
- wildcard for specifying files (
?
for single characters and *
for multiple characters)
Remarks
It is meaningless to have them adjacent to each other, and so this is not permitted.
See Also
WildcardFilter Class | EnterpriseDT.Net.Ftp Namespace