converting virtual path to physical

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hi guys,

I need to convertvirtual (http:// ...) path to physical (c:\...) in
the desktop application. Any ideas?

Thansks,

Mike
 
Your webserver will need to expose this for you. You'd need to write
a webservice on your webserver that does a Server.MapPath.

There is no code to visit any webserver and find out the logical disk
layout. What are you trying to accomplish?

-mike
MVP
 
Back
Top