MapPath Method
MapPath(string)
Gets the physical directory of a path.
Declaration
public static string MapPath(string path)
Public Shared Function MapPath(path As String) As String
Parameters
| Type |
Name |
Description |
| string |
path |
A path.
|
Returns
| Type |
Description |
| string |
The physical directory.
|