le dahut wrote: > Hi, > > I tried it with "SHCNE_ALLEVENTS" as argument with no success : > shell.SHChangeNotify(shellcon.SHCNE_ALLEVENTS, shellcon.SHCNF_IDLIST > ,None) > > Any other idea ? You will need to get the IDLIST for your object; I don't think passing None will work. Mark