| CommonGetPathFromRoot Method |
Retrieves an absolute path to the resource.
Namespace:
Dynamicweb.News.Frontend
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static string GetPathFromRoot(
string path,
string baseFolder
)
Public Shared Function GetPathFromRoot (
path As String,
baseFolder As String
) As String
Parameters
- path
- Type: SystemString
Path to resolve. - baseFolder
- Type: SystemString
Path to the base folder (in case of "../" references).
Return Value
Type:
StringAn absolute path to the resource.
See Also