Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic static string GetPath(
string relativePath
)
Public Shared Function GetPath (
relativePath As String
) As String
public:
static String^ GetPath(
String^ relativePath
)
static member GetPath :
relativePath : string -> string
Parameters
- relativePath
- Type: SystemString
The relative path.
Return Value
Type:
Stringa rooted path
See Also