What does the ..(double dot) represents in Server.MapPath method ?

 Posted by Akiii on 10/9/2012 | Category: ASP.NET Interview questions | Views: 2958 | Points: 40
Answer:

Double dot(..) represents the parent directory.

//parent directory

string str = Server.MapPath("..")



Thanks and Regards
Akiii


| Alert Moderator 

Comments or Responses

Login to post response