MatchFileNameMask Function
ImagingUtility

Returns True if FileName matches given Mask with optional case sensitivity.

Pascal
function MatchFileNameMask(const FileName: string; 
                           const Mask: string; 
                           CaseSensitive: Boolean = False): Boolean;
File

ImagingUtility (at line 142)

Description

Mask can contain ? and * special characters: ? matches one character, * matches zero or more characters.

Related Information
You are here: Symbol Reference > Functions > MatchFileNameMask Function