Re: [AD] Additions for al_get_path() (was Re: Allegro 5 TODOs (from wiki)) |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] Additions for al_get_path() (was Re: Allegro 5 TODOs (from wiki))
- From: Evert Glebbeek <eglebbk@xxxxxxxxxx>
- Date: Sun, 14 Dec 2008 21:17:54 -0500
On 14-Dec-08, at 7:56 PM, Matthew Leverton wrote:
AL_PROGRAM_PATH = folder of executable? it would be useful to have
that.
AL_TEMP_PATH = GetTempPath() (e.g. c:\temp)
AL_SYSTEM_DATA_PATH = CSIDL_COMMON_APPDATA (e.g. C:\Documents and
Settings\All Users\Application Data\Foo)
AL_USER_DATA_PATH = CSIDL_APPDATA (e.g. C:\Documents and
Settings\Matthew\Application Data\Foo)
That's what they return at the moment.
AL_USER_HOME_PATH = CSIDL_PERSONAL (e.g. C:\Documents and
Settings\Matthew\Documents)
This, at the moment, returns CSIDL_PROFILE. You think that should be
changed?
What about AL_(SYSTEM|USER)_SETTINGS_PATH? Right now these are (also)
CSIDL_COMMON_APPDATA and CSIDL_APPDATA.
Evert