Re: Persistent data with starkits and starpacks

Harald Oehlmann <[email protected]> Mon, 23 Feb 2009 11:15:58 +0100
Newsgroups gmane.comp.lang.tcl.starkit
Message-ID <[email protected]>
Hello K.,
you are right in all points.
On windows, you may save your data in the registry (require registry)
Temp file name:
http://wiki.tcl.tk/772
Hope this helps,
Harald
irrational schrieb:
> I conclude then that if I want persistent data across sessions I have
> to either (1) distribution as a starkit, or (2) write the persistent
> data out to a file somewhere in OS file system.
> 
> The problem with (1) is my users are not savvy and need a simple
> clickable application. Preferably with a sweet little icon.
> 
> The problem with (2) is where to put the data? Every OS has different
> conventions, user areas and privileges, etc. Any suggestions on this,
> surely others have deal with this before?