Group
I am looking for new and interesting ways to write an array of strings to a .txt file. -This file will be overwritten every time it is called and saved. -The file name will be dynamic enough that .exe will know which line goes there.
For instance:
~/someFile.exe "fileName" "string|string|string|"
-In this example, someFile.exe is called to write lines to this "file_name".
Any suggestions?
Chad
source
share