[James Carroll]
| Hi, I would like to invoke the same shortcut editor that you get when
| you right cilck on a shortcut (link) and choose Properties. It lets
| you edit the Target and Start In directories, etc.
|
| I've tried:
| win32api.ShellExecute (0, "Properties", filename,
| No
Hi, I would like to invoke the same shortcut editor that you get when
you right cilck on a shortcut (link) and choose Properties. It lets
you edit the Target and Start In directories, etc.
I've tried:
win32api.ShellExecute (0, "Properties", filename, None, ".", 0 )
win32ap