Comments

jetdv wrote on 6/10/2011, 6:09 AM
Sure. Just call the CreateDirectory function that is part of .Net/C#:

Directory.CreateDirectory(directorypathstring);
Pete Siamidis wrote on 6/11/2011, 11:34 AM
Is it possible in javascript? My current script happens to be in that language, if not I guess I can convert it to c#.
Pete Siamidis wrote on 6/11/2011, 5:36 PM
Hey never mind, tried it and the same thing works in javascript. Thanks!