Forum: ASP
Aug 5th, 2005, 2:41 AM
|
|
Replies: 0
Views: 357
object.CopyFolder (source, destination)
:confused: I found a silly proble with this coding:
For a= LBOUND(fileCopyArray) to UBOUND(fileCopyArray)
set filesys=Server.CreateObject("Scripting.FileSystemObject")
filesys.CopyFolder...
|