Determines whether the given file name matches one or more of the specified masks.
Namespace: CleanCode.GeneralComponents.ControlsAssembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- fileName
- Type: System String
Name of the file. Multiple masks may be included (in the Mask property) by separating them with lines, commas, spaces, or vertical bars.
Return Value
Boolean indicating whether the file name matches one or more masks.See Also