| [Overview][Types][Classes][Procedures and functions][Index] |
Contains classes for matching file names to file masks.
uses |
||
|
Resource strings used in the LazUtils package. |
|
|
Number of characters (codepoints) to get from the string. |
masks.pas contains classes, types, and routines used implement file masks. File masks are patterns used to match file names found on the local file system. Support is provided for both UNIX- and Windows-style file masks. The unit includes utility functions to compare one or more file names to a given mask, including: MatchesMask, MatchesWindowsMask, MatchesMaskList, and MatchesWindowsMaskList.
|
Masks Overview. |