|
@@ -260,8 +260,10 @@ begin
|
|
|
end;
|
|
|
|
|
|
|
|
|
+{$if not declared(MaxDirs)}
|
|
|
Const
|
|
|
MaxDirs = 129;
|
|
|
+{$endif}
|
|
|
|
|
|
function ExtractRelativepath (Const BaseName,DestName : String): String;
|
|
|
|
|
@@ -421,14 +423,3 @@ begin
|
|
|
Result := '';
|
|
|
end;
|
|
|
|
|
|
-Function GetFileHandle(var f : File):THandle;
|
|
|
-
|
|
|
-begin
|
|
|
- result:=filerec(f).handle;
|
|
|
-end;
|
|
|
-
|
|
|
-Function GetFileHandle(var f : Text):THandle;
|
|
|
-begin
|
|
|
- result:=textrec(f).handle;
|
|
|
-end;
|
|
|
-
|