class Shortcut: (source)
| Method | __getattr__ |
Undocumented |
| Method | __init__ |
No summary |
| Method | load |
Read a shortcut file from disk. |
| Method | save |
Write the shortcut to disk. |
| Instance Variable | _base |
Undocumented |
| Parameters | |
| path | Location of the target |
| arguments | If path points to an executable, optional arguments to pass |
| description | Human-readable description of target |
| workingdir | Directory from which target is launched |
| iconpath | Filename that contains an icon for the shortcut |
| iconidx | If iconpath is set, optional index of the icon desired |