I have files e.g. xxxx.lnk having target e.g. C:folder\filename.ext. How do I rename to "filename - my stuff"?
I do see <(System.Link.TargetParsingPath)> but it provides only the full path C:folder\filename.ext. I guess I could parse out "filename" will JS but is there an easier way?