Class e.c.u.m.t.ShortcutResolver(object):

Part of elisa.core.utils.mswin32.tools View In Hierarchy

Helper class that resolves windows shortcuts.
Line # Kind Name Docs
261 Method __init__ Undocumented
272 Method resolve Resolve a windows shortcut.
def __init__(self):
Undocumented
def resolve(self, 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
API Documentation for Elisa Media Center, generated by pydoctor at 2009-03-09 17:49:57.