if I create a string like

string filepath;

how can I change it's variable, blah, blah, blah. An example would be better. For example, for cout it would be

cout<<"users/"<<Name<<".txt";

how do I get the same thing into the variable of filepath??