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

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

Parameters

path
Type: System.String
Path

Return Value

Type: String
See Also