I am trying to use the std::rename function to move a .docx file, however, the name of the file may vary, how can I use a std::string withing the std::rename(); so
std::rename();