Is there a copy function in C++? Currently I am using system("copy a b") but this prints out "x file(s) copied" which I don't want. Any ideas?