Hi Dw
I want to read a text file line by line and refer to those lines, meaning the text file will have 1 word per line and these words are the names which will be used by a scanner to check if there are any files named as these words on a system and if the file is found be removed, the main part that I want is to read the text file line by line and use each word to check if there is a file named like that or there is a file with that name.
The text file will contain many lines.
Anyone know how can I do this?
Thank you