Re: Question about current Shell Folder registry settings...

2005-11-30 Thread Markus G�mmel
Hi Michael, > You probably should add CSIDL_MY[MUSIC|VIDEO|PICTURES] to the 'folders' > array > in shellpath.c's _SHRegisterUserShellFolders function. This would generate > the appropriate registry entries. With the current implementation those > would > all point to the user's home directory. I

Re: Re; Question about current Shell Folder registry settings...

2005-11-30 Thread Markus G�mmel
Hello Juan, >> Can anybody tell me why "Desktop" is set to Z: instead of set >> to "c:\windows\profiles\mgoemmel\Desktop"? > > Because this (z:\home\mgoemmel\Desktop) is the location of your Linux > desktop. If you save stuff to "Desktop," you expect it to appear there, > yes? Ah, yes, now I und

Re: Question about current Shell Folder registry settings...

2005-11-29 Thread Michael Jung
Hi Markus, On Tuesday 29 November 2005 14:47, Markus Gömmel wrote: > Can anybody tell me why "Desktop" is set to Z: instead of set to > "c:\windows\profiles\mgoemmel\Desktop"? The code that figures the paths for the 'Personal' and 'Desktop' shellfolders is in dlls/shell32/shellpath.c's _SHGetDef

Re; Question about current Shell Folder registry settings...

2005-11-29 Thread Juan Lang
Hi Markus, > Desktopz:\home\mgoemmel\Desktop (snip) > Can anybody tell me why "Desktop" is set to Z: instead of set > to "c:\windows\profiles\mgoemmel\Desktop"? Because this (z:\home\mgoemmel\Desktop) is the location of your Linux desktop. If you save stuff to "Desktop," you e