Click or drag to resize

FilePathIsFilePatternMatch Method

Overload List
  Name Description
Public method Static member IsFilePatternMatch(String, String, Boolean) Determines whether the specified file name matches the given file spec (wildcards are defined as '*' or '?' characters).
Public method Static member IsFilePatternMatch(String, String, Boolean) Determines whether the specified file name matches any of the given file specs (wildcards are defined as '*' or '?' characters).
Top
See Also