Click or drag to resize

DirectoryBrowserOperationsResolvePath Method

Resolves the specified path to an absolute full path and expands any environmental variables.

Namespace: GSF.Web.Model.HubOperations
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public static string ResolvePath(
	string path
)
View Source

Parameters

path  String
Path to resolve.

Return Value

String
See Also