卧室空气清新剂:谁能告诉我,下面的ASP代码有没有错误

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/06 19:50:38
我刚刚学习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