I am trying to combine Strings and Int to find a file, but I am trying to see if a save file exists, I don't know why it won't work
here is the code, file.open("Save" + saveNum + ".dat");
I expected the code to combine the strings and int, the result was an error.