> "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,
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
> "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