Click here to Skip to main content
15,901,853 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: JavaScript Pin
JKroschel12-May-05 17:15
JKroschel12-May-05 17:15 
GeneralRe: JavaScript Pin
abhi_code17-May-05 2:13
abhi_code17-May-05 2:13 
GeneralMS Exchange Server SMTP Logs in vb.net Pin
ThaSaint12-May-05 2:26
ThaSaint12-May-05 2:26 
GeneralRe: MS Exchange Server SMTP Logs in vb.net Pin
JKroschel12-May-05 17:20
JKroschel12-May-05 17:20 
Generalasp .net Pin
roopps11-May-05 19:03
roopps11-May-05 19:03 
GeneralRe: asp .net Pin
Christian Graus11-May-05 19:33
protectorChristian Graus11-May-05 19:33 
Generalcreate new folder Pin
ABBASI_RA11-May-05 15:43
ABBASI_RA11-May-05 15:43 
GeneralRe: create new folder Pin
Christian Graus11-May-05 16:09
protectorChristian Graus11-May-05 16:09 
using System.IO;

and in your event handler:

DirectoryInfo r = new DirectoryInfo("myRootPath");
r.CreateSubdirectory("MyFolder");

Of course, as you've asked in the web development area, you need to make sure that your web app has permission to create a folder at this location.

Christian Graus - Microsoft MVP - C++
QuestionHow to tell when a redirected GET has completed Pin
andybloom11-May-05 15:28
andybloom11-May-05 15:28 
GeneralServerXMLHTTP - invalid response Pin
hiccup11-May-05 14:30
hiccup11-May-05 14:30 
GeneralRe: ServerXMLHTTP - invalid response Pin
hiccup12-May-05 13:22
hiccup12-May-05 13:22 
GeneralDebugging IE Addon Pin
haries11-May-05 12:42
haries11-May-05 12:42 
Generalcomponents of webservices Pin
satishrg11-May-05 9:50
satishrg11-May-05 9:50 
GeneralRe: components of webservices Pin
Christian Graus11-May-05 15:27
protectorChristian Graus11-May-05 15:27 
GeneralRe: components of webservices Pin
satishrg12-May-05 3:17
satishrg12-May-05 3:17 
GeneralRe: components of webservices Pin
Christian Graus15-May-05 18:19
protectorChristian Graus15-May-05 18:19 
GeneralJavascript Object not Found error Pin
MylesOtter11-May-05 9:49
MylesOtter11-May-05 9:49 
GeneralRe: Javascript Object not Found error Pin
sprout7423-May-05 3:36
sprout7423-May-05 3:36 
GeneralSQL Injection Attacks Pin
Brendan Vogt10-May-05 20:21
Brendan Vogt10-May-05 20:21 
GeneralRe: SQL Injection Attacks Pin
Michael P Butler10-May-05 21:04
Michael P Butler10-May-05 21:04 
GeneralRe: SQL Injection Attacks Pin
Brendan Vogt10-May-05 21:12
Brendan Vogt10-May-05 21:12 
GeneralRe: SQL Injection Attacks Pin
Colin Angus Mackay12-May-05 4:44
Colin Angus Mackay12-May-05 4:44 
GeneralCreateParameter Length Value Pin
Brendan Vogt10-May-05 20:19
Brendan Vogt10-May-05 20:19 
GeneralRegular expressions Pin
Brendan Vogt10-May-05 20:16
Brendan Vogt10-May-05 20:16 
GeneralRe: Regular expressions Pin
MylesOtter11-May-05 10:14
MylesOtter11-May-05 10:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.