3
I am working on an application, and I need to create a functionality, as a method, that is "listening", given directory. The directory is used as a destination for *.xlsx file uploads.
I need that whenever there is a new file, my application read the file and do the processing. And I don’t have much idea and need help to make my application 'listening' the directory to do this processing whenever an upload is made.
Thanks @Anmaia, I believe this helps me, I will test do both implementations.
– Erico Souza
I had to perform a similar activity and it worked normally, thanks.
– Caio