|
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.246-beta
Syntaxpublic static string ResolvePath(
string path
)
Public Shared Function ResolvePath (
path As String
) As String
public:
static String^ ResolvePath(
String^ path
)
static member ResolvePath :
path : string -> string
GSF.Web.Model.HubOperations.DirectoryBrowserOperations.ResolvePath = function(path);
View SourceParameters
- path String
- Path to resolve.
Return Value
String
See Also