Add config_path_enabled() function and associated tests
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 configurationelement by path rather than by direct access to the global config array. Thishas several advantages, including eliminating errors attempting to access...