# print(" ===> LENGTH of list to insert in settings_list is greater then two or less than one <===")
# print(" -- next_element")
# print(next_element)
# end
# # return the list as is
# filled_list
# end
# end
# end
# # get install dir
# pwd = get_process_lines("pwd") # returns an array
# #absolute_path = list.hd(default="", pwd) # grabs head of array (pwd only returns one line which is our desired result)
# #install_dir = '"' ^ dirname(dirname(absolute_path)) ^ '"' # pre and append " for filter_pair function. otherwise this setting would be lost through regex and fold function below would be imho much more difficult to read