打开文件时,出现IO错误???(错误号183)。是什么原因啊???
前提:文件c:\a.txt存在
var
F:File of myrecord;
begin
assignfile(f,'c:\a.txt');
reset(f); >出错(IO:183)
........
closefile(f);
end;什么原因啊???????? 

解决方案 »

  1.   

    没遇到过,而且没查到错误号183的意思,帮不了你。
    如果能找到183的意思就好了。
    在msdn上搜搜?
      

  2.   

    Project XXX.exe raised exception class EInOutError with message 'I/O error 183'.
      

  3.   

    打开文件时,出现IO错误???(错误号183)。是什么原因啊???
    前提:文件c:\a.txt存在
    var
    F:File of myrecord;
    begin
    assignfile(f,'c:\a.txt');
    reset(f);   ->出错(IO:183)
    ........
    closefile(f);
    end;错误提示:
    Project XXX.exe raised exception class EInOutError with message 'I/O error 183'.