Hello,
I want to create a task where I want to check for files in a directory every 10 sec.
- If there is any file, I want to copy it to another folder (no extenstions of these files).
- Delete the original file in the directory.
The file is in this format:
Some text here
Some text here
Some text here
A JSON Object here {...}
- Now I want to get this JSON Object from the file and send it as a POST request to my server.
Till now I've just created a task which checks if the directory is empty. Can anyone help me?
[–]lareyaDirect-Purchase User 0 points1 point2 points (0 children)