Click or drag to resize
WindowsUtilsGetFinalPathName Method
Retrieves the original absolute file path of a given path, resolving symlink logic.

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 GetFinalPathName(
	string path
)

Parameters

path
Type: SystemString
The path to be resolved.

Return Value

Type: String
The original ("final") path.
Remarks
Up to now, this method works with files only. Directories are not supported.
See Also