TK Soh wrote:
>I am trying to use SHChangeNotify to refresh the icon on the explorer
> windows in the following script, but got an error:
> --
> import sys
> from win32com.shell import shell, shellcon
>
> def notify(f):
>shell.SHChangeNotify(shellcon.SHCNE_UPDAT
On 5/22/07, Roger Upole <[EMAIL PROTECTED]> wrote:
> Try a newer build of pywin32. There was a bug in some older versions
> regarding how the function determined whether it needed a file path
> or an id list.
Thanks. Actually I'm using the win32 extension bundled with
ActivePython, so I'd like to