Richard Townsend wrote: > If I have a windows shortcut to a URL, is there a way to get the URL > in a Python app? > > I found some code that uses pythoncom to resolve shortcuts to local > files, but I haven't found any examples for URLs. > > The PyWin32 help mentions the PyIUniformResourceLocator Object, but I > couldn't find an example of how to use it. > do you mean a *.lnk file or a *.url file? -- http://mail.python.org/mailman/listinfo/python-list
- Resolving windows shortcut to url Richard Townsend
- Re: Resolving windows shortcut to url Ivo