How do I copy a directory (folder) from the game folder to users appdata to be able to read and write back and forth.
I have read the post on here including archived example but they are several years old and I can't make it work. I have also read Microsofts info about xCopy but can't make that work either.
Question is - what am I missing and doing wrong here?
Example of my latest try. It is the "data"-folder I am trying to copy to the "testFolder":
Xcopy /E "E:\A_work_2019\Game\data" "C:\Users\Eva\AppData\Roaming\MMFapplications\testFolder\"