Dear support,
To rename a folder, I call the MoveV2Async(pathOld, pathNew).
If the pathNew exists, it fails with an error "to/conflict/folder/".
If the destination folder already exists, I'd like to merge the old folder including its contained files/subfolders to the destination folder.
i.e. copy and replace the files/subfolders if they exist. Is it possible?
It seems to me that the three optional parameters in MoveV2Async are not for this purpose. Any other methods I can use?
Thanks
Xiang