I have script where I have to move files from one share point location to multiple share point locations.
If any error during file move, the particular file will be moved to error folder.
The additional requirement now is to save a copy of the successfully moved files into ‘Processed Folder’ and I am not sure how to do that since there are multiple destination folders and the folders not only contain the files that I moved.
Thanks