The error definitions are all in WINDOWS.PAS, search by ERROR_

For example   
ERROR_FILE_NOT_FOUND = 2;

which hopefully is self explanatory.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Leo Ramakers
> Sent: Friday, 21 January 2000 15:22
> To: Multiple recipients of list delphi
> Subject: [DUG]: IO error values
> 
> 
> hi folks
> I have a peice of old code thus;
>   AssignFile(f,fKeyFileName);
>   {$I-}
>   reset(f);
>   {$I+}
>   LastIoResult := IoResult;
> 
> I am getting an abnormal (non '0') result from the call to 
> IOresult but cant
> find any IO error meanings in the help menu
> 
> Can anyone supply the IO error meanings, especially error '2'
> 
> thanks in advance
> Leo
> 
> ------------------------------------------------------------------
> ---------
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> 
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to