[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Are two filenames referring to the same file ?
Source position: finah.inc line 44
function SameFileName( |
const S1: String; |
const S2: String |
):Boolean; |
SameFileNamereturns Trueif calling AnsiCompareFileNamewith arguments S1and S2returns 0, and returns Falseotherwise.
None.
|
Compare 2 filenames. |