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

Reply via email to