Create ASP file on the fly
am 03.05.2007 16:52:46 von vunet.usI'd like to create ASP file on ther server side. Can I use
fso.createtextfile("c:\folder\test.asp")
Do I need to create a folder too?
Thanks
I'd like to create ASP file on ther server side. Can I use
fso.createtextfile("c:\folder\test.asp")
Do I need to create a folder too?
Thanks
vunet.us@gmail.com wrote:
> I'd like to create ASP file on ther server side. Can I use
> fso.createtextfile("c:\folder\test.asp")
> Do I need to create a folder too?
> Thanks
If the user has permission, then yes to both.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.