H
haifeilong1
Unregistered / Unconfirmed
GUEST, unregistred user!
begin
try
copyfile('d:/OCX/ctCheck.ocx', 'c:/winnt/system32',false);
copyfile('d:/OCX/ctDEdit.ocx', 'c:/winnt/system32',false);
copyfile('d:/OCX/ctGrid.ocx', 'c:/winnt/system32',false);
copyfile('d:/OCX/ctRadio.ocx', 'c:/winnt/system32',false);
copyfile('d:/OCX/ctToolBar.ocx', 'c:/winnt/system32',false);}
showmessage('success');
except
showmessage('failure');
end;
end;
各位看看我的这些代码错在哪里啊?为什么运行完后都没有得到想要的结果,文件没有复制到相应的位置啊,请各位帮忙看看啊。。。我想把源地址的文件复制到c:/winnt/system32
下面,可是执行完后都没有复制过去,是怎么回事啊?
改成
begin
try
copyfile('d:/OCX/ctCheck.ocx', 'c:/winnt/system32',true);
copyfile('d:/OCX/ctDEdit.ocx', 'c:/winnt/system32',true);
copyfile('d:/OCX/ctGrid.ocx', 'c:/winnt/system32',true);
copyfile('d:/OCX/ctRadio.ocx', 'c:/winnt/system32',true);
copyfile('d:/OCX/ctToolBar.ocx', 'c:/winnt/system32',true);
showmessage('success');
except
showmessage('failure');
end;
end;
也还是不行,是不是我的函数用得有错误啊
大家快来看看啊。谢谢了/。。。。
try
copyfile('d:/OCX/ctCheck.ocx', 'c:/winnt/system32',false);
copyfile('d:/OCX/ctDEdit.ocx', 'c:/winnt/system32',false);
copyfile('d:/OCX/ctGrid.ocx', 'c:/winnt/system32',false);
copyfile('d:/OCX/ctRadio.ocx', 'c:/winnt/system32',false);
copyfile('d:/OCX/ctToolBar.ocx', 'c:/winnt/system32',false);}
showmessage('success');
except
showmessage('failure');
end;
end;
各位看看我的这些代码错在哪里啊?为什么运行完后都没有得到想要的结果,文件没有复制到相应的位置啊,请各位帮忙看看啊。。。我想把源地址的文件复制到c:/winnt/system32
下面,可是执行完后都没有复制过去,是怎么回事啊?
改成
begin
try
copyfile('d:/OCX/ctCheck.ocx', 'c:/winnt/system32',true);
copyfile('d:/OCX/ctDEdit.ocx', 'c:/winnt/system32',true);
copyfile('d:/OCX/ctGrid.ocx', 'c:/winnt/system32',true);
copyfile('d:/OCX/ctRadio.ocx', 'c:/winnt/system32',true);
copyfile('d:/OCX/ctToolBar.ocx', 'c:/winnt/system32',true);
showmessage('success');
except
showmessage('failure');
end;
end;
也还是不行,是不是我的函数用得有错误啊
大家快来看看啊。谢谢了/。。。。