Okay here is the psuedocode of what I want to do

void openFile(int inputNumber)
{

char* = "//folder//" + inputNumber + ".txt"

}

unfortunately that is not how you append to the end of a char*.

Any suggestions of doing this?