getSettingsPaths

Get a list of paths where settings files were found.

getSettingsPaths
(
alias settingsFormat = SettingsFormat
)
(
string name
,
string subdir
,
string filename
,)

Parameters

name string

Subdirectory of settings dir to save config to. Created if nonexistent.

filename string

The filename the settings will be loaded from.

subdir string

The subdirectory that the settings will be loaded from.

Meta