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

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

The .(Dot) represents the current directory.

//current directory

string str = Server.MapPath(".")



Thanks and Regards
Akiii


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response