Hey so I was wondering is there any way to parse a variable as 1 argument? I'm trying to copy a file into a logs folder and it can only accept 2 arguments, not the 3 I need.
If not do you know of any other way I might be able to assign the output file the id variable?
I've looked in all the documentation i can find and i don't see a straightforward answer
std::fs::copy(id, "logs/{}",id); //this function takes 2 arguments but 3 arguments were supplied