home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
502b.lha
/
PCQ_v1.2
/
Include
/
Utils
/
SameName.i
< prev
next >
Wrap
Text File
|
1991-05-07
|
482b
|
17 lines
{
SameName.i
This include file contains only one function: SameName.
This routine implements the simplest parts of AmigaDOS pattern matching.
At this point that's just the # and ? operators, plus the single quote ',
which you place before a # or ? meant to be matched literaly. Check out
the AmigaDOS books for more information.
The source for this is in Runtime/Extras, and the object code
is in PCQ.lib
}
Function SameName(Mask, Target : String) : Boolean;
External;