What is the alternate of Server.mapPath in Windows Mobile 6.0?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kapil Choubisa
    New Member
    • Sep 2009
    • 47

    What is the alternate of Server.mapPath in Windows Mobile 6.0?

    What is the Alternative of Server.mapPath in Windows Mobile 6.0 When I m using C# in developing.
  • JamieHowarth0
    Recognized Expert Contributor
    • May 2007
    • 537

    #2
    There isn't one. Server.MapPath is used for turning a relative URL such as ("/jobs/apply/index.html") into an absolute path ("C:\Inetpub\ww wroot\jobs\appl y\index.html").

    Judging from your other post it looks like you can't locate an XML file in your C# mobile app. I'll post a recommended solution in there.

    codegecko

    Comment

    • Kapil Choubisa
      New Member
      • Sep 2009
      • 47

      #3
      Thank you Mr. codegecko

      thank you for your help.

      Comment

      Working...