口腔粘膜病能治愈吗:谁能告诉我,下面的ASP代码有没有错误

来源:百度文库 编辑:中科新闻网 时间:2024/04/30 00:35:20
我刚刚学习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