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: 7.2.0.0 (7.2.7583.15464)
Syntax public static string GetFinalPathName(
string path
)
Parameters
- path
- Type: SystemString
The path to be resolved.
Return Value
Type:
StringThe original ("final") path.
Remarks Up to now, this method works with files only. Directories are not supported.
See Also