Hello.
What i currently need to do is copy files and place them in other folder at certain time in program.
(Save function)
For example, files are at "./Files/Maps/" named "Map_1.txt" and "Ene_1.txt and i want to save these two files intro other directory that being, "./Files/Saves/"
I could rewrite them(How i control them) but it would be easier to just copy them around.
So what would you suggest library wise that would allow this kind of copy paste function?
EDIT::
By the way, this copying is gonna be run once at "NewGame" press so it doesn't need to be efficient.