Getting Target Path string of a File Shortcut

Guys, I’m having a problem of getting a target path string of a particular shortcut file.Since the shortcuts are too many in a folder, I don’t want to use any UI automation. Is there any way to get the target path string in a properties panel of a shortcut file?

Hello

Try this in an assign:
Path.GetDirectory(yourFile)

Cheers

Steve

Hey @chilled_lad ,
You can try using browse for file activity or for each file in folder to use multiple files or the method mentioned by @Steven_McKeering

No i mean i want to get “shortcut.lnk”'s target path in properties panel.


Like this.