Re: Re: GLib 2.2.0, GTK+ 2.2.0
"Max Bowsher" <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <00ab01c2becc$63c27790$78d96f83@pomello> |
Tor Lillqvist wrote: > "alex_shaduri <[email protected]>" <[email protected]> writes: > > The registry keys are (both will do): > > > HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell > Folders\, value 'Personal' > and > > HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User > Shell Folders\, value 'Personal'. > > Hmm yes. I guess this is what SHGetSpecialFolderPath (..., > CSIDL_PERSONAL, ...) returns? But I wonder what this comment (from the > PSDK documentation) means: "This should be distinguished from the > virtual My Documents folder in the namespace. To access that virtual > folder, use the technique described in Managing the File System." > What's a "virtual folder"? Guessing: I think the virtual folder would be the "My Documents" object on the desktop, as compared to the filesystem path to where the files are actually kept. A guess, but I think it's likely to be a good guess. Max.