Click or drag to resize
PathGetFullPath Method
Returns the absolute path for the specified path string.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public static string GetFullPath(
	string path
)

Parameters

path
Type: SystemString
Path

Return Value

Type: String
See Also