I'm working on this project where I'm required to download a txt file everyday with a list images that need to be deleted from a directory

example of txt file when opened

001/005/12.jpg
001/005/13.jpg ... etc

Is there a way to load this text file into a script and delete photos in the directory from this file... I would prefer couching the script in an asp.net page... please advise ... thank you