Add set_file_path and set_base64_path functions to allow the use of the [BASE64:xxxx] and [FILE:xxxx] mapping patterns specifying a path that is relative to a base path previously set.
The current behaviour remains if no base path is set, i.e. the path specified in the pattern can be an absolute path or a path relative to the Python process execution path.
Coverage increased (+0.02%) to 88.977% when pulling 77a570952d0fd04345241647ee96159e23f185f0 on feat/add_set_file_path_and_set_base64_path_functions into e00115ad009067203e506eeac12a84b8efb4edd3 on master.
Add set_file_path and set_base64_path functions to allow the use of the [BASE64:xxxx] and [FILE:xxxx] mapping patterns specifying a path that is relative to a base path previously set.
The current behaviour remains if no base path is set, i.e. the path specified in the pattern can be an absolute path or a path relative to the Python process execution path.