Part of elisa.core.utils.mswin32.tools View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
261 | Method | __init__ | Undocumented |
272 | Method | resolve | Resolve a windows shortcut. |
Resolve a windows shortcut. Do not raise an error if the target of the shortcut does not exist. @param shortcut: the full filename of the shortcut (including its C{.lnk} extension) @type shortcut: C{str} @return: the full path to the shortcut's target @rtype: C{unicode} @raise C{pywintypes.com_error}: if the given filename is not a shortcut