Server.MapPath

The MapPath method maps the specified relative or virtual path to the corresponding physical directory on the server Syntax: MapPath(Path) Parameters: Path       Specifies the relative or virtual path to map to a physical directory.      If Path starts with either a forward (/) or backward slash (\), the MapPath method returns a path as if Path […]