Scripting: how to get real path of Tab opened using alias

Hello, how can I get the real path of a tab opened using an alias? I am using ClickData.Func.DestTab.Path, but it is returning e.g. "/desktop", when I actually need the full path e.g. "C:\Users\Chris\Desktop".

Thank you.

Use Resolve().

FSUtil Resolve

Thanks very much lxp! :+1:t2: