Function xdgAllConfigDirs

The ordered set of non-empty base paths to search for configuration files, in descending order of preference.

string[] xdgAllConfigDirs (
  string subfolder = null
) nothrow @trusted;

Parameters

NameDescription
subfolder Subfolder which is appended to every path if not null.

Returns

Config directories, including user's one if could be evaluated.

Note

This function does not check if paths actually exist and appear to be directories.

See Also

xdgConfigDirs, xdgConfigHome