Hi Henrik,
The trigger you told me is successfully running. Thank you very much.😁
However, I would like to ask you one more question. When I copy a file into the folder where the trigger is checking, it works fine, but when I copy several files at one time, the job is failed because it tries to rename all of the files using the last file name that the trigger found. I would like to rename each file keeping their original names like following:
A0000000001_20090810.pdf => A0000000001.pdf
A0000000002_20090810.pdf => A0000000002.pdf
A0000000003_20090810.pdf => A0000000003.pdf
I really would appreciate it if you could give me more hint.
Thank you very much for your time.