A real problem with Prefs!!

Mark Wieder mwieder at ahsoftware.net
Mon Aug 2 21:02:32 EDT 2010


charles61-

> I thought that the code:
> put url ("binfile:" & specialFolderPath(26) & "/" & "504_prefs") into tPrefs

> created a folder named 504_Prefs

> What am I missing here?

No, that reads the prefs file.
To create the file you need

put tPrefs into url ("binfile:" & specialFolderPath(26) & "/" & "504_prefs")

-- 
-Mark Wieder
 mwieder at ahsoftware.net




More information about the use-livecode mailing list