Signup · Login
Stardeveloper.com  
Home · Tutorials · Forums · ASP.NET Newsletter Application · Web Hosting Plans · Faisal Khan's Blog · Contact
Forums : ASP : ASP 3.0 : Need assistance with directory creation please.... Signup · Login
Author Thread
Need assistance with directory creation please....
Posted in tutorial: Working with Drives, Folders and Files in ASP
·  JW
User
Joined: 21 Jun 2005
Total Posts: 1

Need assistance with directory creation please....

Posted: 21 Jun 2005
Hello,
I am trying to create directories by copying an existing directory on the server. The code I have tried is as follows...

objFSO.CopyFolder "d:\Inetpub\ASPBlogger\blog\users\template", "d:\Inetpub\ASPBlogger\blog\users\& request.form(x_UserName)"

this does not work, and I would like some help in what I have done wrong.

Thanks
·  HS
User
Joined: 9 Jul 2005
Total Posts: 1
Solution
Posted: 9 Jul 2005
Hi
I guess the solution is this:
objFSO.CopyFolder "d:\Inetpub\ASPBlogger\blog\users\template", "d:\Inetpub\ASPBlogger\blog\users\" & request.form(x_UserName)

As you've noticed, I've changed the place of the last double-quote.
Want to leave a comment? Login or Register for free!

Users Who Have Visited This Thread In Last 24 Hours
1 Visitor

Login to post a comment or start a new thread
UserName Or Email Address:       Password:       Auto-Login:    
· Create New User Account
· Send Forgotten Password by Email
 
© 1999 - 2010 Stardeveloper.com, All Rights Reserved.