Hi Charles,
>
> I am trying to set up a preference file. I have two stacks - a splash stack
> and an app stack. The Prefs stack is a substack of the app stack and is not
> a separate stack I trying to use the url and binfile with specialfolder to
> set up my preference file in the appropriate place for windows
> (specialFolderPath(26) ) and mac (specialFolderPath("preferences")).
These functions will only return a path to a FOLDER,
as the name "specialFOLDERpath" suggests!
You have to provide a filename, too!
Like:
...
specialFolderPath(26) & "/" & "your_prefs_file.prf"
...
>
> I am getting an error message for
> ...
See above "binfile:..." requires a filename but you only supply a FOLDER.
Best
Klaus
--
Klaus Major
http://www.major-k.de
[email protected]
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution