thank you very much for your quick answer.
is there a way to test “on the fly”?
i have a for-to-loop (10000 urls) and im looking for something like:
for-to-loop {
if (file_exist(url)){
loadImage(url)
}
}
Background:
My images are named like image1, 2, 3, 4, 5, 6, 7… image10000.jpg!
But just few files are missing.