 | AppSettingsGetResolvedPath method |
Resolves the transferred path taking into account the search sequence
into a secured path, if possible.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic static string GetResolvedPath(
string path
)
Public Shared Function GetResolvedPath (
path As String
) As String
public:
static String^ GetResolvedPath(
String^ path
)
static member GetResolvedPath :
path : string -> string
Parameters
- path String
- Path to the dll/exe.
Return value
StringSecured path to the Dll/Exe
Exceptions
See also