Deborah.Sarah.ControllerCommon
Deborah.Sarah.ControllerCommon.save_toml_file — Methodsave_toml_file(
toml_dict::Dict,
path::String
) -> NothingSaves a TOML dictionary to a specified file path.
Arguments
toml_dict::Dict: Dictionary containing configuration data to be saved.path::String: Destination file path for theTOMLoutput.
Behavior
- Opens the file at
pathin write mode. - Writes the contents of
toml_dictinTOMLformat.
Returns
Nothing: Side-effect function.