0
Answer

How to Check if the specific file is existing on server

Penikton Bernard

Penikton Bernard

10y
674
1
 

I am maintaining an auto server that is convert xml files into .key files on every 5 minutes. If I paste the xml files into the "IN" folder then it will generate the key for all xml files and moved it into "OUT" folder on every 5 minutes. This is my process.

Now my requirement is How can I get the notification about the xml files that are moved into "OUT" folder from "IN" folder using java script.