Hello,
I have activity For each file in folder
But I want to handle if in loop file in folder have some error.
I want to go to next file
Now I have coding as below.
.
Biut it not go to next file.
Please guide me for solve it.
Thank you.
Hello,
I have activity For each file in folder
But I want to handle if in loop file in folder have some error.
I want to go to next file
Now I have coding as below.
.
Biut it not go to next file.
Please guide me for solve it.
Thank you.
the try catch should be inside the for each file in folder loop…if it is outside that means it already closed the loop before catching so it wont continue
Please place it inside the loop
this is how it looks
cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.