Project

General

Profile

Download (2.81 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
03215791 08/23/2022 11:24 PM Reid Linnemann

Add config_path_enabled() function and associated tests

92abdaf0 08/23/2022 11:24 PM Reid Linnemann

Add config_get_path and config_set_path for config element access

config_get_path and config_set_path allow the user to specify a configuration
element by path rather than by direct access to the global config array. This
has several advantages, including eliminating errors attempting to access...