WindowsUtilsGetFinalPathName Method |
Retrieves the original absolute file path of a given path, resolving symlink logic.
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static string GetFinalPathName(
string path
)
Parameters
- path
- Type: SystemString
The path to be resolved.
Return Value
Type:
StringThe original ("final") path.
RemarksUp to now, this method works with files only. Directories are not supported.
See Also