2008-11-06 18:27:29 / ASP & Access & SQL Server 后台编程讨论版
复制一个文件夹里的文件到另一个文件夹中,当我这样写就可以:方法1:Set FileObject=Server.CreateObject("Scripting.FileSystemObject")FileObject.CopyFile "D:\Inetpub\wwwroot\whbcn\website_design\html\common\1.txt","D:\Inetpub\wwwroot\whbcn\website_design\Website\common\1.txt"FileObject.CopyFile "D:\Inetpub\wwwroot\whbcn\website_design\html\common\102.jpg","D:\Inetpub\wwwroot\whbcn\website_design\Website\common\102.jpg"FileObject.CopyFile "D:\Inetpub\wwwroot\whbcn\website_design\html\com
查看(196)
评论(0)