I’m encountering an issue while trying to copy the last month’s folder within a main folder that contains multiple folders for each month. I’ve utilized the Copy folder activity and specified the destination as the main folder. However, I’m receiving an error indicating that one of the files within the folder is currently in use. Interestingly, when I attempted the same operation with a different destination, it worked without any issues.
Could you please provide guidance on resolving this issue?
does your main code xml file is also placed in main folder as well? if yes then it will not copy the file. if no then try “Kill Process” Activity before “copy file” activity , in properties write process name as “Windows Explorer” or “Explorer”