i can easly get the target path of any shortcut file without unicode characters.But when theres a unicode character in shortcut filename, i get the target path as blank.
here is my code
WshShell shell = new WshShell();
IWshShortcut link = (IWshShortcut)shell.CreateShortcut(path_lnk);
targetpath= link.TargetPath;