This unit contains classes for mask matching. The TMask class represents a mask. Creates new mask for matching.

Creates new mask for matching. Matching is case-insensitive. The mask consist of literal elements such as:

If the file name matches the mask. The TParseStringList class is used to parse text into the list of strings. Creates new string list by parsing passed text according to separators. The TMaskList class represents a list of masks. Creates new list of masks from passed value, each item is separated by separator. If the file name matches at least one of mask list items. The count of mask list items. The items of mask list. If the file name matches the passed mask. If the file name matches at least one of passed masks separated by separator.