纳摩搞过多少人:谁能告诉我,下面的ASP代码有没有错误

来源:百度文库 编辑:神马品牌网 时间:2024/05/07 01:15:37
我刚刚学习FSO对象,但是第一个就不能正常运行!请高手门指点一下!
,我想要复制D盘下的DOWNLOADS\加密大师.exe文件到D盘下,操作代码如下:
<%
dim fso
set fso=createobject("scripting.filesystemobject")
fso.copyfile d:\Downloads\加密大师.exe,d:\001.exe,ture
response.Write"操作成功"
%>

fso.copyfile "d:\Downloads\加密大师.exe","d:\001.exe",ture