05-08-19 03:35 PM
After the robot downloaded a zip file, the object for unzipping threw an error : 'Could not execute code stage because exception thrown by code stage: The process cannot access the file because it is being used by another process.' This object uses 'System.IO.Compression.ZipFile.ExtractToDirectory([ZipFile], [ZipFilePath])' code.
Thing is, it's all under 1 process. Is there a way to force the process/object to bypass this error?
--------------------------------------------------13-08-19 04:04 AM