Re: [python-win32] How to get target of folder shortcuts

2019-03-18 Thread Tim Roberts
kurt wrote: Hello, I'm trying to get the target filename of windows shortcuts. The code below works great for regular shortcuts, but errors out on "folder shortcuts". ... The code below works great for regular .lnk shortcuts, but folder shortcuts give me: [...]

[python-win32] How to get target of folder shortcuts

2019-03-18 Thread kurt
Hello, I'm trying to get the target filename of windows shortcuts. The code below works great for regular shortcuts, but errors out on "folder shortcuts". (for what I mean, see: https://superuser.com/questions/456399/what-different-types-of-shortcut-are-there/639967#639967) The code below works