automatically creating a folder

Discussion in 'ASP.NET 2.0' started by wisemx, Jan 2, 2008.

  1. Are you getting any errors?Also,make sure the path is correct.You can also use the Server.MapPath as follows:

    Server.MapPath('/')+'\Project\Files\' + username

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
  2. Hi,
    I'm trying automatically create folder with this code:

     

Share This Page