news |
info |
people |
software |
stuff |
This routine looks uses FL_FindPrefs to choose where to write the preferences.
on FL_WritePrefs name,prefs put FL_FindPrefs(name) into path open file path if the result is empty then write prefs to file path close file path end if end FL_WritePrefs