The first part is about URL-checking system.
What do I have?
A list of URLs
What do I need?
Check every URL:
1. It is an IMAGE
2. There is no request errors on it
Result?
If they are all images and there are no errors - message 'All is OK'
On any error - mark bad URLs with error type (not an image or 404 or ...)
----------
The second part is about localfile's links
What do I have?
Several files on disk. Platform may be Browser, PC, Android, iOS.
What do I need?
1. Take path for every file like an URL or with other method to have access to them at any time with this link.
2. Not to take path if it is not an image
Common result is:
save list of urls and file paths to a file
I will attach my project file soon, you'll see what I have done (can't do it right now). But I can't make it to be universal for every platforms. Also I'll write you my problems. I've tried to make it for several hours, and no good results..