写入文件出错时,程序出现提示框,file deXXX. 如何不让提示框出现??(0分)

  • 主题发起人 主题发起人 Dale46
  • 开始时间 开始时间
D

Dale46

Unregistered / Unconfirmed
GUEST, unregistred user!
例如:
assignfile(f,'c:/a');
rewrite(f);
write(f,'');
closefile(f);
 
try
assignfile(f,'c:/a');
rewrite(f);
write(f,'');
closefile(f);
except

end;
 
接受答案了.
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
D
回复
0
查看
2K
DelphiTeacher的专栏
D
后退
顶部