So if i have a Sub function that would read the content of a file and parse it into a database. Now if a file containing the word CLEAR, I want to skip that file and go to the next. Meaning file that have the word CLEAR will not be entering into database.
How can i do this?