Re: Storing preferences...
Re: Storing preferences...
- Subject: Re: Storing preferences...
- From: Malcolm Fitzgerald <email@hidden>
- Date: Wed, 28 Aug 2002 13:04:08 +1000
Anyone have any pointers for the best way to store a user's
preferences in an Applescript?
Properties may be sufficient for your needs.
I store a tab separated record with name/value pairs in the
preferences folder. It is read into a record, typically called _pref,
and I refer to the values like so:
-- obtain unique path to a users documents
set _path to {path to startup disk, _pref's document_folder}
set _path to _path as string
--
Malcolm Fitzgerald
Database Manager
The Australian Society of Authors
phone: 02 9318 0877 fax: 02 9318 0530
http://www.asauthors.org mailto:email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.