converting virtual path to physical

M

Mike

Hi guys,

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

Thansks,

Mike
 
M

Michael Giagnocavo [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top