Switch to full style
ASP/ASP.net examples
Post a reply

copy folder

Sun Mar 27, 2011 10:45 pm

following code copy the content from one folder to another .
Code:
<%
Dim streamFolder 
Set streamFolder
CreateObject("Scripting.FileSystemObject")
streamFolder.CopyFolder "c:\folder1""c:\foder2"
%>
 




Post a reply
  Related Posts  to : copy folder
 java code for listing folder contents from remote folder     -  
 copy file     -  
 Copy Constructor     -  
 Get all files in folder     -  
 create folder in asp.net     -  
 SQL COPY TABLE Command     -  
 Zipping a Folder in java     -  
 I'd like to copy this Skymiles_red site     -  
 check folder content using asp     -  
 get Folder path and size     -  

Topic Tags

ASP Files and I/O