Can I copy a file to another folder under the same rootpath?
Can I copy a file to another folder under the same rootpath?
Ex.
I want to copy
Ex.
// Source file (remote) string sourceFilePath = rootPath + "SubA/file1.pdf"; // Target folder (remote) string targetFolderPath = rootPath + "SubB/";
file1.pdf
from sourceFilePath
to targetFolderPath
.