mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 13:10:17 +02:00
+ Made SameFileName Public
This commit is contained in:
parent
9843118433
commit
345e537e53
@ -42,10 +42,14 @@ function IsPathDelimiter(Const Path: string; Index: Integer): Boolean;
|
||||
Procedure DoDirSeparators (Var FileName : String);
|
||||
Function SetDirSeparators (Const FileName : String) : String;
|
||||
Function GetDirs (Var DirName : String; Var Dirs : Array of pchar) : Longint;
|
||||
Function SameFileName(const S1, S2: string): Boolean;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 2003-10-06 21:01:06 peter
|
||||
Revision 1.2 2004-02-08 15:05:50 michael
|
||||
+ Made SameFileName Public
|
||||
|
||||
Revision 1.1 2003/10/06 21:01:06 peter
|
||||
* moved classes unit to rtl
|
||||
|
||||
Revision 1.8 2002/10/22 21:57:54 michael
|
||||
|
Loading…
Reference in New Issue
Block a user