".net" get physical file address

  • Thread starter Thread starter astroboy
  • Start date Start date
A

astroboy

What's the syntax to get the physical address of something like this
"map/abc.mdb"?
IN classic ASP is Response.MapPath("map/abc.mdb") which return something
like c:\inetpub\wwwroot\map\abc.mdb?

How do I do it with VB.NET application?

Any help would appreaciate?

Thank you
 
Back
Top