Multiple Platform Release info

Ken Ray kray at sonsothunder.com
Sun Mar 24 22:10:01 EST 2002


Well, you can use the specialFolderPath() function to get the Temp directory
(but that is prone to be cleaned up), or you can write to the Windows
directory. Keep in mind that from a Windows perspective, this is "bad form",
as very few applications keep their data in files. (BTW - why do you need to
keep your preference data in a file?)

put specialFolderPath("system") into myWindowsDir

(BTW: There is a System and a System 32 directory on Win32 systems... why is
the parameter to get the Windows directory for specialFolderPath called
"system"? Shouldn't it be called "windows"?)

Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web site: http://www.sonsothunder.com/


----- Original Message -----
From: "Shari" <gogypsy at bellsouth.net>
To: <metacard at lists.runrev.com>
Sent: Sunday, March 24, 2002 8:13 PM
Subject: Re: Multiple Platform Release info


> >The Windows equivalent of the Preferences folder is the Registry. It is a
> >single file that holds all the preference settings for all programs on
the
> >PC. You can use 'setRegistry' and 'queryRegistry' commands in MC to set
and
> >get preferences.
> >
> >Ken Ray
> >Sons of Thunder Software
>
> No good.  Need something where you can put a actual file, such as a
> text file.  Surely there is a place in Windows?
>
> --
> --Shareware Games for the Mac--
> http://www.gypsyware.com
> _______________________________________________
> metacard mailing list
> metacard at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/metacard
>




More information about the metacard mailing list