A project which contains file IO-Handling helpers for the CTRLCutter project.
When using the file writing capabilities to the autostart folder you have to use the following arguments in that order.
a
- Should the file content be appended to the file or should a fresh file be created. True => Append, False => New File.p
- The complete absolute file path of the referenced file.c
- The file content which should be used for file writing. The file content should be in a way so the spaces are formatted with the following characters. "%-%" Line breaks should be formatted in the following way. "%-n-%"