news |
info |
people |
software |
stuff |
This routine looks uses FL_FindPrefs to find the preferences file for it.
function FL_ReadPrefs name -- look for file in ULTRALAB folder put FL_FindPrefs(name) into path -- try to read & return contents of file open file path if the result is empty then read from file path until eof close file path return it end if end FL_ReadPrefs