So the error message is saying you can’t add that filename to the dictionary as it is already in the dictionary. You can’t add the same thing twice.
You will need to check if the dictionary already has the filename before calling Add.
Brett
So the error message is saying you can’t add that filename to the dictionary as it is already in the dictionary. You can’t add the same thing twice.
You will need to check if the dictionary already has the filename before calling Add.
Brett