Signup
·
Login
Stardeveloper.com
Home
·
Tutorials
·
Forums
·
Web Hosting Plans
·
Faisal Khan's Blog
·
Contact
Forums
:
ASP
:
ASP 3.0
:
Need assistance with directory creation please....
Signup
·
Login
New Thread
Go To Page:
1
Author
Thread
Need assistance with directory creation please....
Posted in tutorial:
Working with Drives, Folders and Files in ASP
·
JW
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
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.
Previous Thread
::
Next Thread
Go To Page:
1
Users Who Have Visited This Thread In Last 24 Hours
3 Visitors
Login
UserName Or Email Address:
Password:
Auto-Login:
·
Create New User Account
·
Send Forgotten Password by Email
© 1999 - 2009 Stardeveloper.com, All Rights Reserved.