|
 |
asp_web_howto thread: Creating a Folder
Message #1 by "Karthick Kumar" <tvktech@y...> on Thu, 9 Jan 2003 11:52:49
|
|
I am trying to create a folder through ASP. How can I achieve that ??.
Please help me. Thanks.
Regards,
Karthick
Message #2 by Imar Spaanjaars <Imar@S...> on Thu, 09 Jan 2003 12:44:00 +0100
|
|
Hi Karthick,
You can create folders using the FileSystemObject. Check the following
documentation for more details:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/FSOoriFileSystemObject.asp?frame=true
You'll need the CreateFolder method.
Cheers,
Imar
At 11:52 AM 1/9/2003 +0000, you wrote:
>I am trying to create a folder through ASP. How can I achieve that ??.
>Please help me. Thanks.
>
>Regards,
>Karthick
Message #3 by "kosla78" <nkia@i...> on Thu, 9 Jan 2003 13:52:41 +0200
|
|
Check out the File System Object..
You can find info at www.microsoft.com or
http://www.w3schools.com/asp/asp_examples.asp if you need short and
practical answers
----- Original Message -----
From: "Karthick Kumar" <tvktech@y...>
To: "ASP Web HowTo" <asp_web_howto@p...>
Sent: Thursday, January 09, 2003 11:52 AM
Subject: [asp_web_howto] Creating a Folder
> I am trying to create a folder through ASP. How can I achieve that ??.
> Please help me. Thanks.
>
> Regards,
> Karthick
>
Message #4 by Mark Eckeard <meckeard2000@y...> on Thu, 9 Jan 2003 05:02:16 -0800 (PST)
|
|
Use the "CreateFolder" method of the FileSystemObject.
Mark
--- Karthick Kumar <tvktech@y...> wrote:
> I am trying to create a folder through ASP. How can
> I achieve that ??.
> Please help me. Thanks.
>
> Regards,
> Karthick
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
|
|
 |