|
IDirectoryBrowserOperationsResolvePath Method
|
Resolves the specified path to an absolute full path and expands any environmental variables.
Namespace: GSF.Web.Model.HubOperationsAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.248-beta
Syntaxstring ResolvePath(
string path
)
Function ResolvePath (
path As String
) As String
String^ ResolvePath(
String^ path
)
abstract ResolvePath :
path : string -> string
function ResolvePath(path);
Parameters
- path String
- Path to resolve.
Return Value
String
See Also