| ConfigLoaderConfigurationSectionGetPath Method |
Transforms a relative path into an absolute one according to the application.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic abstract string GetPath(
string relativePath
)
Public MustOverride Function GetPath (
relativePath As String
) As String
public:
virtual String^ GetPath(
String^ relativePath
) abstract
abstract GetPath :
relativePath : string -> string
Parameters
- relativePath
- Type: SystemString
The relative path to transform.
Return Value
Type:
StringAn absolute path
See Also