I want to program a Windows service that will detect when a .png or .jpg file has been added to a specific folder and then send a Boolean value to another program that will take these pictures and process them.
I am not sure if there is a better way for a program to passively scan for input files or how to get a service to communicate with a program.