TFilenameCaseMatch
Type describing how ExpandFileNameCase found the resulting filename
Declaration
Source position: finah.inc line 19
Type
TFilenameCaseMatch = (mkNone,mkExactMatch,mkSingleMatch,mkAmbiguous)
Description
TFilenameCaseMatch describes how ExpandFileNameCase found the file.
See also
Name | Description |
---|---|
ExpandFileNameCase | Expand a filename entered as case insensitive to the full path as stored on the disk. |