I can use the echo command to append text to a file but thought such a script would be cleaner if I could do it using something like the "SaveStringToFile" command. However, it seems "SaveStringToFile" does NOT allow text to be appended to a file. This seems like a very normal/natural thing to do. Given how sophisticated the Multicommander scripting capability is it would be surprising to find this can NOT be done.
I'm thinking that first using "LoadStringFromFile" and then appending to that string before running "SaveStringToFile" might work but this could become unwieldy as the size of the file grows and I'd opt to stick with echo.
I hoping someone can clue me in about what I've failed to figure out.