I'm working on an application, and I need to create a functionality, such as a method, that is "listening" to a certain directory. The directory is used as the destination for * .xlsx file uploads.
I need every time a new file exists, my application reads the file and processes it. And I do not have much idea and need help to make my application 'listening' to the directory to do this every time an upload is done.