| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Are two filenames referring to the same file ?
Source position: sysansih.inc line 15
| function SameFileName( | 
| const S1: string; | 
| const S2: string | 
| ):Boolean; | 
SameFileName returns True if calling AnsiCompareFileName with arguments S1 and S2 returns 0, and returns False otherwise.
None.
| 
 | Compare 2 filenames. |