Std.Ui.Preferences.pathFor
1 declaration
fn
pathFor: Str -> Result[Str, Std.Ui.Preferences.PreferencesError]Where settings for app live on this machine.
%APPDATA% when set (Windows); ~/Library/Application Support when it exists (macOS); otherwise $XDG_CONFIG_HOME or ~/.config. The file is <app>/preferences.json beneath it.
