1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854
|
{
This file is part of the Free Pascal run time library.
Copyright (c) 2004-2005 by Olle Raab
Sysutils unit for Mac OS.
NOTE !!! THIS FILE IS UNDER CONSTRUCTION AND DOES NOT WORK CURRENLY.
THUS IT IS NOT BUILT BY THE MAKEFILES
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}
unit sysutils;
interface
{$MODE objfpc}
{$modeswitch out}
{ force ansistrings }
{$H+}
{$modeswitch typehelpers}
{$modeswitch advancedrecords}
{OS has only 1 byte version for ExecuteProcess}
{$define executeprocuni}
uses
MacOSTP;
{$DEFINE HAS_SLEEP} {Dummy implementation: TODO }
//{$DEFINE HAS_OSERROR} TODO
//{$DEFINE HAS_OSCONFIG} TODO
type
//TODO Check pad and size
//TODO unify with Dos.SearchRec
PMacOSFindData = ^TMacOSFindData;
TMacOSFindData = record
{MacOS specific params, private, do not use:}
paramBlock: CInfoPBRec;
searchFSSpec: FSSpec;
searchAttr: Byte; {attribute we are searching for}
exactMatch: Boolean;
end;
{ used OS file system APIs use ansistring }
{$define SYSUTILS_HAS_ANSISTR_FILEUTIL_IMPL}
{ OS has an ansistring/single byte environment variable API }
{$define SYSUTILS_HAS_ANSISTR_ENVVAR_IMPL}
{ Include platform independent interface part }
{$i sysutilh.inc}
implementation
uses
Dos, Sysconst, macutils; // For some included files.
{$DEFINE FPC_FEXPAND_VOLUMES}
{$DEFINE FPC_FEXPAND_NO_DEFAULT_PATHS}
{$DEFINE FPC_FEXPAND_DRIVESEP_IS_ROOT}
{$DEFINE FPC_FEXPAND_NO_DOTS_UPDIR}
{$DEFINE FPC_FEXPAND_NO_CURDIR}
{ Include platform independent implementation part }
{$i sysutils.inc}
{****************************************************************************
File Functions
****************************************************************************}
Function FileOpen (Const FileName : rawbytestring; Mode : Integer) : Longint;
Var LinuxFlags : longint;
SystemFileName: RawByteString;
begin
(* TODO fix
SystemFileName:=ToSingleByteFileSystemEncodedFileName(FileName);
LinuxFlags:=0;
Case (Mode and 3) of
0 : LinuxFlags:=LinuxFlags or Open_RdOnly;
1 : LinuxFlags:=LinuxFlags or Open_WrOnly;
2 : LinuxFlags:=LinuxFlags or Open_RdWr;
end;
FileOpen:=fdOpen (FileName,LinuxFlags);
//!! We need to set locking based on Mode !!
*)
end;
Function FileCreate (Const FileName : RawByteString) : Longint;
begin
(* TODO fix
FileCreate:=fdOpen(FileName,Open_RdWr or Open_Creat or Open_Trunc);
*)
end;
Function FileCreate (Const FileName : RawByteString;Rights : Longint) : Longint;
Var LinuxFlags : longint;
BEGIN
(* TODO fix
LinuxFlags:=0;
Case (Mode and 3) of
0 : LinuxFlags:=LinuxFlags or Open_RdOnly;
1 : LinuxFlags:=LinuxFlags or Open_WrOnly;
2 : LinuxFlags:=LinuxFlags or Open_RdWr;
end;
FileCreate:=fdOpen(FileName,LinuxFlags or Open_Creat or Open_Trunc);
*)
end;
Function FileCreate (Const FileName : RawByteString;ShareMode : Longint; Rights : Longint) : Longint;
Var LinuxFlags : longint;
BEGIN
(* TODO fix
LinuxFlags:=0;
Case (Mode and 3) of
0 : LinuxFlags:=LinuxFlags or Open_RdOnly;
1 : LinuxFlags:=LinuxFlags or Open_WrOnly;
2 : LinuxFlags:=LinuxFlags or Open_RdWr;
end;
FileCreate:=fdOpen(FileName,LinuxFlags or Open_Creat or Open_Trunc);
*)
end;
Function FileRead (Handle : Longint; out Buffer; Count : longint) : Longint;
begin
(* TODO fix
FileRead:=fdRead (Handle,Buffer,Count);
*)
end;
Function FileWrite (Handle : Longint; const Buffer; Count : Longint) : Longint;
begin
(* TODO fix
FileWrite:=fdWrite (Handle,Buffer,Count);
*)
end;
Function FileSeek (Handle,FOffset,Origin : Longint) : Longint;
begin
(* TODO fix
FileSeek:=fdSeek (Handle,FOffset,Origin);
*)
end;
Function FileSeek (Handle : Longint; FOffset: Int64; Origin : Longint) : Int64;
begin
(* TODO fix
{$warning need to add 64bit call }
FileSeek:=fdSeek (Handle,FOffset,Origin);
*)
end;
Procedure FileClose (Handle : Longint);
begin
(* TODO fix
fdclose(Handle);
*)
end;
Function FileTruncate (Handle: THandle; Size: Int64) : boolean;
begin
(* TODO fix
FileTruncate:=fdtruncate(Handle,Size);
*)
end;
Function FileAge (Const FileName : RawByteString): Longint;
(*
Var Info : Stat;
Y,M,D,hh,mm,ss : word;
*)
begin
(* TODO fix
If not fstat (FileName,Info) then
exit(-1)
else
begin
EpochToLocal(info.mtime,y,m,d,hh,mm,ss);
Result:=DateTimeToFileDate(EncodeDate(y,m,d)+EncodeTime(hh,mm,ss,0));
end;
*)
end;
function FileGetSymLinkTarget(const FileName: RawByteString; out SymLinkRec: TRawbyteSymLinkRec): Boolean;
begin
Result := False;
end;
Function FileExists (Const FileName : RawByteString; FollowLink : Boolean) : Boolean;
(*
Var Info : Stat;
*)
begin
(* TODO fix
FileExists:=fstat(filename,Info);
*)
end;
Function DirectoryExists (Const Directory : RawByteString; FollowLink : Boolean) : Boolean;
(*
Var Info : Stat;
*)
begin
(* TODO fix
DirectoryExists:=fstat(Directory,Info) and
((info.mode and STAT_IFMT)=STAT_IFDIR);
*)
end;
(*
Function LinuxToWinAttr (FN : Pchar; Const Info : Stat) : Longint;
begin
Result:=faArchive;
If (Info.Mode and STAT_IFDIR)=STAT_IFDIR then
Result:=Result or faDirectory;
If (FN[0]='.') and (not (FN[1] in [#0,'.'])) then
Result:=Result or faHidden;
If (Info.Mode and STAT_IWUSR)=0 Then
Result:=Result or faReadOnly;
If (Info.Mode and
(STAT_IFSOCK or STAT_IFBLK or STAT_IFCHR or STAT_IFIFO))<>0 then
Result:=Result or faSysFile;
end;
{
GlobToSearch takes a glob entry, stats the file.
The glob entry is removed.
If FileAttributes match, the entry is reused
}
Type
TGlobSearchRec = Record
Path : String;
GlobHandle : PGlob;
end;
PGlobSearchRec = ^TGlobSearchRec;
Function GlobToTSearchRec (Var Info : TSearchRec) : Boolean;
Var SInfo : Stat;
p : Pglob;
GlobSearchRec : PGlobSearchrec;
begin
GlobSearchRec:=PGlobSearchrec(Info.FindHandle);
P:=GlobSearchRec^.GlobHandle;
Result:=P<>Nil;
If Result then
begin
GlobSearchRec^.GlobHandle:=P^.Next;
Result:=Fstat(GlobSearchRec^.Path+StrPas(p^.name),SInfo);
If Result then
begin
Info.Attr:=LinuxToWinAttr(p^.name,SInfo);
Result:=(Info.ExcludeAttr and Info.Attr)=0;
If Result Then
With Info do
begin
Attr:=Info.Attr;
If P^.Name<>Nil then
Name:=strpas(p^.name);
Time:=Sinfo.mtime;
Size:=Sinfo.Size;
end;
end;
P^.Next:=Nil;
GlobFree(P);
end;
end;
*)
procedure DoFind (var F: TSearchRec; var retname: RawByteString; firstTime: Boolean);
var
err: OSErr;
s: Str255;
begin
(* TODO fix
with Rslt, findData, paramBlock do
begin
ioVRefNum := searchFSSpec.vRefNum;
if firstTime then
ioFDirIndex := 0;
while true do
begin
s := '';
ioDirID := searchFSSpec.parID;
ioFDirIndex := ioFDirIndex + 1;
ioNamePtr := @s;
err := PBGetCatInfoSync(@paramBlock);
if err <> noErr then
begin
if err = fnfErr then
DosError := 18
else
DosError := MacOSErr2RTEerr(err);
break;
end;
attr := GetFileAttrFromPB(Rslt.paramBlock);
if ((Attr and not(searchAttr)) = 0) then
begin
retname := s;
SetCodePage(retname, DefaultFileSystemCodePage, false);
UpperString(s, true);
if FNMatch(Rslt.searchFSSpec.name, s) then
begin
size := GetFileSizeFromPB(paramBlock);
time := MacTimeToDosPackedTime(ioFlMdDat);
Result := 0;
break;
end;
end;
end;
end;
*)
end;
Function InternalFindFirst (Const Path : RawByteString; Attr : Longint; out Rslt : TAbstractSearchRec; var Name: RawByteString) : Longint;
var
s: Str255;
begin
(* TODO fix
if path = '' then
begin
Result := 3;
Exit;
end;
{We always also search for readonly and archive, regardless of Attr.}
Rslt.searchAttr := (Attr or (archive or readonly));
{ TODO: convert PathArgToFSSpec (and the routines it calls) to rawbytestring }
Result := PathArgToFSSpec(path, Rslt.searchFSSpec);
with Rslt do
if (Result = 0) or (Result = 2) then
begin
{ FIXME: SearchSpec is a shortstring -> ignores encoding }
SearchSpec := path;
NamePos := Length(path) - Length(searchFSSpec.name);
if (Pos('?', searchFSSpec.name) = 0) and (Pos('*', searchFSSpec.name) = 0) then {No wildcards}
begin {If exact match, we don't have to scan the directory}
exactMatch := true;
Result := DoFindOne(searchFSSpec, paramBlock);
if Result = 0 then
begin
Attr := GetFileAttrFromPB(paramBlock);
if ((Attr and not(searchAttr)) = 0) then
begin
name := searchFSSpec.name;
SetCodePage(name, DefaultFileSystemCodePage, false);
size := GetFileSizeFromPB(paramBlock);
time := MacTimeToDosPackedTime(paramBlock.ioFlMdDat);
end
else
Result := 18;
end
else if Result = 2 then
Result := 18;
end
else
begin
exactMatch := false;
s := searchFSSpec.name;
UpperString(s, true);
Rslt.searchFSSpec.name := s;
DoFind(Rslt, name, true);
end;
end;
*)
end;
Function InternalFindNext (var Rslt : TAbstractSearchRec; var Name : RawByteString) : Longint;
begin
(* TODO fix
if F.exactMatch then
Result := 18
else
Result:=DoFind (Rslt, Name, false);
*)
end;
Procedure InternalFindClose (var Handle: THandle; var FindData: TFindData);
(*
Var
GlobSearchRec : PGlobSearchRec;
*)
begin
(* TODO fix
GlobSearchRec:=PGlobSearchRec(Handle);
GlobFree (GlobSearchRec^.GlobHandle);
Dispose(GlobSearchRec);
*)
end;
Function FileGetDate (Handle : Longint) : Longint;
(*
Var Info : Stat;
*)
begin
(* TODO fix
If Not(FStat(Handle,Info)) then
Result:=-1
else
Result:=Info.Mtime;
*)
end;
Function FileSetDate (Handle,Age : Longint) : Longint;
begin
// TODO fix
// Impossible under Linux from FileHandle !!
FileSetDate:=-1;
end;
Function FileGetAttr (Const FileName : RawByteString) : Longint;
(*
Var Info : Stat;
*)
begin
(* TODO fix
If Not FStat (FileName,Info) then
Result:=-1
Else
Result:=LinuxToWinAttr(Pchar(FileName),Info);
*)
end;
Function FileSetAttr (Const Filename : RawByteString; Attr: longint) : Longint;
begin
Result:=-1;
end;
Function DeleteFile (Const FileName : RawByteString) : Boolean;
begin
(* TODO fix
Result:=UnLink (FileName);
*)
end;
Function RenameFile (Const OldName, NewName : RawByteString) : Boolean;
begin
(* TODO fix
RenameFile:=Unix.FRename(OldNAme,NewName);
*)
end;
{****************************************************************************
Disk Functions
****************************************************************************}
{
The Diskfree and Disksize functions need a file on the specified drive, since this
is required for the statfs system call.
These filenames are set in drivestr[0..26], and have been preset to :
0 - '.' (default drive - hence current dir is ok.)
1 - '/fd0/.' (floppy drive 1 - should be adapted to local system )
2 - '/fd1/.' (floppy drive 2 - should be adapted to local system )
3 - '/' (C: equivalent of dos is the root partition)
4..26 (can be set by you're own applications)
! Use AddDisk() to Add new drives !
They both return -1 when a failure occurs.
}
Const
FixDriveStr : array[0..3] of pchar=(
'.',
'/fd0/.',
'/fd1/.',
'/.'
);
var
Drives : byte;
DriveStr : array[4..26] of pchar;
Procedure AddDisk(const path:string);
begin
if not (DriveStr[Drives]=nil) then
FreeMem(DriveStr[Drives],StrLen(DriveStr[Drives])+1);
GetMem(DriveStr[Drives],length(Path)+1);
StrPCopy(DriveStr[Drives],path);
inc(Drives);
if Drives>26 then
Drives:=4;
end;
Function DiskFree(Drive: Byte): int64;
(*
var
fs : tstatfs;
*)
Begin
(* TODO fix
if ((Drive<4) and (not (fixdrivestr[Drive]=nil)) and statfs(StrPas(fixdrivestr[drive]),fs)) or
((not (drivestr[Drive]=nil)) and statfs(StrPas(drivestr[drive]),fs)) then
Diskfree:=int64(fs.bavail)*int64(fs.bsize)
else
Diskfree:=-1;
*)
End;
Function DiskSize(Drive: Byte): int64;
(*
var
fs : tstatfs;
*)
Begin
(* TODO fix
if ((Drive<4) and (not (fixdrivestr[Drive]=nil)) and statfs(StrPas(fixdrivestr[drive]),fs)) or
((not (drivestr[Drive]=nil)) and statfs(StrPas(drivestr[drive]),fs)) then
DiskSize:=int64(fs.blocks)*int64(fs.bsize)
else
DiskSize:=-1;
*)
End;
{****************************************************************************
Locale Functions
****************************************************************************}
Procedure GetLocalTime(var SystemTime: TSystemTime);
begin
(* TODO fix
Unix.GetTime(SystemTime.Hour, SystemTime.Minute, SystemTime.Second);
Unix.GetDate(SystemTime.Year, SystemTime.Month, SystemTime.Day);
SystemTime.MilliSecond := 0;
*)
end ;
Procedure InitAnsi;
Var
i : longint;
begin
{ Fill table entries 0 to 127 }
for i := 0 to 96 do
UpperCaseTable[i] := chr(i);
for i := 97 to 122 do
UpperCaseTable[i] := chr(i - 32);
for i := 123 to 191 do
UpperCaseTable[i] := chr(i);
Move (CPISO88591UCT,UpperCaseTable[192],SizeOf(CPISO88591UCT));
for i := 0 to 64 do
LowerCaseTable[i] := chr(i);
for i := 65 to 90 do
LowerCaseTable[i] := chr(i + 32);
for i := 91 to 191 do
LowerCaseTable[i] := chr(i);
Move (CPISO88591LCT,UpperCaseTable[192],SizeOf(CPISO88591UCT));
end;
Procedure InitInternational;
begin
InitInternationalGeneric;
InitAnsi;
end;
function SysErrorMessage(ErrorCode: Integer): String;
begin
(* TODO fix
Result:=StrError(ErrorCode);
*)
end;
{****************************************************************************
OS utility functions
****************************************************************************}
Function GetEnvironmentVariable(Const EnvVar : String) : String;
begin
(* TODO fix
Result:=Unix.Getenv(PChar(EnvVar));
*)
end;
Function GetEnvironmentVariableCount : Integer;
begin
// Result:=FPCCountEnvVar(EnvP);
Result:=0;
end;
Function GetEnvironmentString(Index : Integer) : {$ifdef FPC_RTL_UNICODE}UnicodeString{$else}AnsiString{$endif};
begin
// Result:=FPCGetEnvStrFromP(Envp,Index);
Result:='';
end;
{ Create a DoScript AppleEvent that targets the given application with text as the direct object. }
function CreateDoScriptEvent (applCreator: OSType; scriptText: PChar; var theEvent: AppleEvent): OSErr;
var
err: OSErr;
targetAddress: AEDesc;
s: signedByte;
begin
err := AECreateDesc(FourCharCodeToLongword(typeApplSignature), @applCreator, sizeof(applCreator), targetAddress);
if err = noErr then
begin
err := AECreateAppleEvent(FourCharCodeToLongword('misc'), FourCharCodeToLongword('dosc'),
targetAddress, kAutoGenerateReturnID, kAnyTransactionID, theEvent);
if err = noErr then
{ Add script text as the direct object parameter. }
err := AEPutParamPtr(theEvent, FourCharCodeToLongword('----'),
FourCharCodeToLongword('TEXT'), scriptText, Length(scriptText));
if err <> noErr then
AEDisposeDesc(theEvent);
AEDisposeDesc(targetAddress);
end;
CreateDoScriptEvent := err;
end;
Procedure Fpc_WriteBuffer(var f:Text;const b;len:longint);[external name 'FPC_WRITEBUFFER'];
{declared in text.inc}
procedure WriteAEDescTypeCharToFile(desc: AEDesc; var f: Text);
begin
if desc.descriptorType = FourCharCodeToLongword(typeChar) then
begin
HLock(desc.dataHandle);
Fpc_WriteBuffer(f, PChar(desc.dataHandle^)^, GetHandleSize(desc.dataHandle));
Flush(f);
HUnLock(desc.dataHandle);
end;
end;
function ExecuteToolserverScript(scriptText: PChar; var statusCode: Longint): OSErr;
var
err: OSErr;
err2: OSErr; {Non serious error}
theEvent: AppleEvent;
reply: AppleEvent;
aresult: AEDesc;
applFileSpec: FSSpec;
p: SignedByte;
const
applCreator = 'MPSX'; {Toolserver}
begin
statusCode:= 3; //3 according to MPW.
err:= CreateDoScriptEvent (FourCharCodeToLongword(applCreator), scriptText, theEvent);
if err = noErr then
begin
err := AESend(theEvent, reply, kAEWaitReply, kAENormalPriority, kAEDefaultTimeOut, nil, nil);
if err = connectionInvalid then { Toolserver not available }
begin
err := FindApplication(FourCharCodeToLongword(applCreator), applFileSpec);
if err = noErr then
err := LaunchFSSpec(false, applFileSpec);
if err = noErr then
err := AESend(theEvent, reply, kAEWaitReply, kAENormalPriority, kAEDefaultTimeOut, nil, nil);
end;
if err = noErr then
begin
err:= AEGetParamDesc(reply, FourCharCodeToLongword('stat'),
FourCharCodeToLongword(typeLongInteger), aresult);
if err = noErr then
if aresult.descriptorType = FourCharCodeToLongword(typeLongInteger) then
statusCode:= LongintPtr(aresult.dataHandle^)^;
{If there is no output below, we get a non zero error code}
err2:= AEGetParamDesc(reply, FourCharCodeToLongword('----'),
FourCharCodeToLongword(typeChar), aresult);
if err2 = noErr then
WriteAEDescTypeCharToFile(aresult, stdout);
err2:= AEGetParamDesc(reply, FourCharCodeToLongword('diag'),
FourCharCodeToLongword(typeChar), aresult);
if err2 = noErr then
WriteAEDescTypeCharToFile(aresult, stderr);
AEDisposeDesc(reply);
{$IFDEF TARGET_API_MAC_CARBON }
{$ERROR FIXME AEDesc data is not allowed to be directly accessed}
{$ENDIF}
end;
AEDisposeDesc(theEvent);
end;
ExecuteToolserverScript:= err;
end;
function ExecuteProcess (const Path: RawByteString; const ComLine: RawByteString;Flags:TExecuteFlags=[]):
integer;
var
s: AnsiString;
wdpath: RawByteString;
laststatuscode : longint;
E: EOSError;
Begin
{Make ToolServers working directory in sync with our working directory}
PathArgToFullPath(':', wdpath);
wdpath:= 'Directory ' + wdpath;
Result := ExecuteToolserverScript(PChar(wdpath), laststatuscode);
{TODO Only change path when actually needed. But this requires some
change counter to be incremented each time wd is changed. }
s:= path + ' ' + comline;
Result := ExecuteToolserverScript(PChar(s), laststatuscode);
if Result = afpItemNotFound then
Result := 900
else
Result := MacOSErr2RTEerr(Result);
if Result <> 0 then
begin
E := EOSError.CreateFmt (SExecuteProcessFailed, [Comline, DosError]);
E.ErrorCode := DosError;
raise E;
end;
//TODO Better dos error codes
if laststatuscode <> 0 then
begin
{MPW status might be 24 bits}
Result := laststatuscode and $ffff;
if Result = 0 then
Result := 1;
end
else
Result := 0;
End;
function ExecuteProcess (const Path: RawByteString;
const ComLine: array of RawByteString;Flags:TExecuteFlags=[]): integer;
var
CommandLine: RawByteString;
I: integer;
begin
Commandline := '';
for I := 0 to High (ComLine) do
if Pos (' ', ComLine [I]) <> 0 then
CommandLine := CommandLine + ' ' + '"' + ToSingleByteFileSystemEncodedFileName(ComLine [I]) + '"'
else
CommandLine := CommandLine + ' ' + ToSingleByteFileSystemEncodedFileName(Comline [I]);
ExecuteProcess := ExecuteProcess (Path, CommandLine);
end;
procedure C_usleep(val : uint32); external 'StdCLib' name 'usleep';
procedure Sleep(milliseconds: Cardinal);
begin
C_usleep(milliseconds*1000);
end;
(*
Function GetLastOSError : Integer;
begin
end;
*)
{****************************************************************************
Initialization code
****************************************************************************}
Initialization
InitExceptions; { Initialize exceptions. OS independent }
InitInternational; { Initialize internationalization settings }
Finalization
FreeTerminateProcs;
DoneExceptions;
end.
|