Hello, I have a folder with pictures and I'd like to make a search function to be able to find pictures that correspond to their key words. I'd like to know how you'd do this ?
I thought making a *.txt file with the name of the pictures and their corresponding key words, and then search in this text file the key words asked.
Is there a simpler way ? A better FileType (for instance *.ini) ?
Could you give me an advise. Thanks.