Forum Discussion
ghz99
Oct 16, 2020Copper Contributor
Expand Archive Wont Run In ObjectEvent
I am using a IO.FileSystemWatcher FileCreated object event to detect when a zip file is placed in a folder, once the zip is detected the script needs to extract the contents and save the files in an...
farismalaeb
Oct 17, 2020Steel Contributor
Not sure, and will be good to hear from others, but it seems that the problem is with the extraction process and how the zip file is being processed. it seems that the process is going through an infinite loop, maybe while it's extracting the file, another zip file is created and it loop for good.