Link to home
Start Free TrialLog in
Avatar of omsec
omsec

asked on

IoResult in Delphi 4

{$I-}
  Reset(SomeFile, 1);
{$I+}
if IoResult <> 0 then
  ...

This returns Error 32.
what is the meaning of this value ?
ASKER CERTIFIED SOLUTION
Avatar of lleonard
lleonard

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hubdog
hubdog

run showmessage(SysErrorMessage(32));
you will get the error infomation