Re: My Documents et al --- success

2004-12-21 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> // The OS-dependent directory to which an application's Angus> // system-wide data directory should generally be added. Angus> string const & os::system_appdir() { Angus> // returns COMMON_APPDATA folder on Windows On windows,

Re: My Documents et al --- success

2004-12-21 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Angus> It turns out that Jürgen's suggested way to ascertain the Angus> different Windows folders is straightforward to implement. No Angus> need to use the .net framework; it all exists in the standard Angus> WinAPI. Yes, that's not a big surprise :) Angus> Question. Wh

Re: My Documents et al --- success

2004-12-21 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> It turns out that Jürgen's suggested way to ascertain the Angus> different Windows folders is straightforward to implement. No Angus> need to use the .net framework; it all exists in the standard Angus> WinAPI. Yes, that's not a bi