Click or drag to resize
PathUtilsGetAbsolutePathRelativeToApplication Method
Generates an absolute path based on the input. It is assumed that the input is either an absolute path or a path relative to the application directory.

Namespace: PDTec.IceNet.Sdk.Utils
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static string GetAbsolutePathRelativeToApplication(
	string path
)

Parameters

path
Type: SystemString
The input path.

Return Value

Type: String
The generated absolute path.
See Also