小 小飞点 Unregistered / Unconfirmed GUEST, unregistred user! 2007-06-18 #1 我调用动态连接库生成一磁盘文件,该文件有20M左右大小。请问:如何判断该文件已经完整地形成了一磁盘文件?因为在程序中要马上使用它?谢谢
Y yuzk2005 Unregistered / Unconfirmed GUEST, unregistred user! 2007-06-18 #3 i:=-1; while i<0 do begin i:=FileOpen(filename,fmShareExclusive); Application.ProcessMessages; sleep(20); end; FileClose(i);
i:=-1; while i<0 do begin i:=FileOpen(filename,fmShareExclusive); Application.ProcessMessages; sleep(20); end; FileClose(i);