I have problem to use revCopyFolder to overwrite old folder in the application default folder?
Here's my problem:
There are two folders (game and score) in the application default folder. There is also another folder (animal) inside the score folder. I wish to copy the animal folder (score/animal) to overwrite the game folder.
When I use the codes below, a new folder with the name game2 will be copy to the application default folder
Actually I wish to copy the folder and all it's content from score/animal to over-write the game folder. I tried to use the codes below:revCopyFolder "score/animal, "game2"
However a new folder with the name animal will be copy under the game folder, not over-write the game folder.revCopyFolder "score/animal, "game"
I also tried:
But it doesn't work.revCopyFolder "score/animal, ""
Please help.
Thanks and best regards