Here’s a small helper class CPreferencesManager which manages application preferences by means of a key/value set, which I added as a comment to coldfusionjedi‘s nice blog:

Sample usecase: Make window positions persist after relaunch of an application:

Mehr …