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
]
On 14-Dec-08, at 5:51 PM, Thomas Fjellstrom wrote:
Yup, the functions implementing the al_get_path platform specific
parts will
append the appname where it makes sense (virtually all of the items).
That's why I wanted to know whether you wanted to add that to the
platform neutral code, ie, something like
al_get_path() {
path = platform_specific_path();
append(path, appname);
return path;
}
Doesn't matter in the end, just more code to change, and may make the
platform-specifc code a bit more "cluttered" than it is now.
Evert