Re: Assigns
Dimitris Keletsekis <[email protected]>
| Newsgroups | gmane.comp.windows.gui4cli |
|---|---|
| Message-ID | <[email protected]> |
> > 1. the assign 'current:' always points to the path > C:/Windows/system32 (same as system:) and not to > the path the gui was started from. > Normally it should point to where gui4cli.exe (ie the excutable that started it all) is. Maybe you're changing it somewhere, or startup differently.. I always point it myself in my startup gui. 2. The assign 'user' points to: > C:/Users/Fer/Appdata/Roaming/Gui4Cli while I was > thinking it should point to C:/Users/Fer (or is > it the wrong XP way of thinking?) > This is a default windows directory that each application is supposed to hold its program data in on a per user basis. I get it with SHGetSpecialFolderPath(), and CSIDL_APPDATA, or failing that, CSIDL_PERSONAL 3. What does a 'Hidden' assign mean? > It only means that its hidden in directory listviews. Otherwise there's no difference with non-hidden. All the best, Dimitris