mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 06:47:28 +01:00
* moved SameFileName from finah.inc to sysansih.inc, since the implementation
is in sysansi.inc git-svn-id: branches/cpstrrtl@24995 -
This commit is contained in:
parent
95a877c7e5
commit
8f1e85d9ae
@ -40,6 +40,5 @@ 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;
|
||||
function ConcatPaths(const Paths: array of String): String;
|
||||
|
||||
|
||||
@ -12,6 +12,7 @@
|
||||
**********************************************************************}
|
||||
|
||||
function AnsiCompareFileName(const S1, S2 : string) : SizeInt;
|
||||
Function SameFileName(const S1, S2: string): Boolean;
|
||||
function AnsiLowerCaseFileName(const s : string) : string;
|
||||
function AnsiUpperCaseFileName(const s : string) : string;
|
||||
function AnsiPos(const substr,s : string) : SizeInt;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user