Redirecting Shell Folders
Hi,
I'm trying to write a prog which will redirect the contents of the 'my documents' folder to another location (on win xp)
At the moment I can easily change the users registry keys which determine where the folder lives. HKCU\software\microsoft\windows\currentversion\explorer\...
shell folders
and user shell folders
However this does not take effect until the explorer is restarted. Heeeeellllpp
I believe I need to call shchangenotify, but this doesn't seem to work??? :confused: Also I read there is the possibility to use shfileoperation to move the folder - is this possible?
All help appreciated.
Gandelf