1.0.5 • Published 6 years ago
refx-preferences v1.0.5
refx-preferences
This tiny node module is designed for reFX related node products and can only get and set strings from the reFX branch of the Windows-registry (Windows) and macOS property information files (plist)
It's extremely simple to use as it only has two functions:
getString (product, queryKey) which returns a string with the contents of the queryKey
setString (product, queryKey, queryValue) which sets the queryKey with the queryValue
It can consume and returns UTF8 strings.