Hello!
I’m using Final Builder 8 build 8.0.0.2083.
I’m trying to delete directory on remote computer. Before this I copy all content of this folder to another folder with XCopy action.
After, I’m calling Delete Directory action. After few seconds I get this error:
The process cannot access the file because it is being used by another process : Retrying…
Error deleting file/folder: System Error. Code: 32.
The process cannot access the file because it is being used by another process
Unable to delete directory : \%Server_Name%\OrigFolder
Are there any way to solve this?
Thanks for any help!
Hi Andrei,
Would you be able to send is the project, or screenshots of the settings your using? As it stands we don’t have enough to give you a comprehensive answer to the issue your seeing.
It would appear that something is still accessing the directory your attempting to delete. This could be the XCopy action, but this depends on how its configured, and also could depend on how the action is called (async groups, etc). It could also be another process that is accessing the network drive.