老
老莫
Unregistered / Unconfirmed
GUEST, unregistred user!
var
f:tshfileopstruct;
BEGIN
// F.wnd:=HANDLE;
f.wfunc:=fo_delete;
F.pfrom:='e:/ch12/a.exe';
if shfileoperation(f)<>0 then showmessage('delete失败');
END;
以上这段代码,在将文件delete前会让你确定一次。怎样去掉他。
f:tshfileopstruct;
BEGIN
// F.wnd:=HANDLE;
f.wfunc:=fo_delete;
F.pfrom:='e:/ch12/a.exe';
if shfileoperation(f)<>0 then showmessage('delete失败');
END;
以上这段代码,在将文件delete前会让你确定一次。怎样去掉他。