This is a program to display 'frequent shopper'-style punch cards based on a CSV file, and to update them during runtime (by adding one punch at a time, then updating the file).
(it's a streamtoy for Twitch, the final display looks like this:
)
but while I can read from the file successfully (stored in the same folder as the exe,) trying to update it gets an error, and I'm not sure why!
Any help would be appreciated!