How to monitor for new files?

How do I setup kantu to monitor for new txt files in a specific folder? if found new txt file copy & paste the contents from the txt file. How can I do this?

It’s been a long time since I did something possibly similar. I used a VBScript to monitor a folder which then opened the browser, triggering an autorun macro, if a file was detected:

https://ui.vision/rpa/docs#cmd

As for copying and pasting, I’m not sure what you’re doing, but that might also be possible using VBScript. (Caveat: Powershell is the new VBScript, so maybe investigate that pathway)

Sorry I can’t be more specific but hopefully I’ve given you a path to follow.

Do you have an example python script?