SyntaxFix
Write A Post
Hire A Developer
Questions
String path = Server.MapPath("~/MP_Upload/"); if (!Directory.Exists(path)) { Directory.CreateDirectory(path); }