| AppDomainConfigLoaderConfigurationSectionGetPath Method |
Transforms a relative path into an absolute path.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic override string GetPath(
string relativePath
)
Public Overrides Function GetPath (
relativePath As String
) As String
public:
virtual String^ GetPath(
String^ relativePath
) override
abstract GetPath :
relativePath : string -> string
override GetPath :
relativePath : string -> string Parameters
- relativePath
- Type: SystemString
The relative path to root.
Return Value
Type:
StringThe absolute path, calculated from the program's current directory
See Also