Re: Can I copy a file to another folder under the same rootpath?
Thank you,Martin. I can do it.
// Source file (remote)
string sourceFilePath = rootPath + "SubA/file1.pdf";
// Target folder (remote)
string targetFolderPath = rootPath + "SubB/";
file1.pdf
from sourceFilePath
to targetFolderPath
.