|
DirectoryBrowserOperationsResolvePath 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.207-beta
Syntax Public Shared Function ResolvePath (
path As String
) As String
GSF.Web.Model.HubOperations.DirectoryBrowserOperations.ResolvePath = function(path);
View SourceParameters
- path String
- Path to resolve.
Return Value
StringSee Also