RE: [GD-General] A portable preferences library
Brought to you by:
vexxed72
From: Brian H. <ho...@py...> - 2003-12-04 21:57:16
|
> I agree the registry isn't the place to store the data, but neither > is the game install folder. Anything you need to save from your > game and that doesn't ask the user for a path should go into the > whatever's returned by SHGetFolderLocation(.., CSIDL_APPDATA, ..); So what's the accepted wisdom now on use SHGetSpecialFolderLocation() vs. GetWindowsDirectory(), GetSystemDirectory() and getenv( "HOMEPATH" )? Brian |