consistomagus
Programmer
I need to copy a file from one directory to another in C++. I will have no idea what kind of file it is so I can't use a read file and then write the file. Is there a simple function that I can pass one path and filename to another path to copy it?
Thanks,
Kevin
Thanks,
Kevin