Nuno Durães
Member
Hi everyone
I have a service that reads a directory structure repeatedly and must report an activity when a change occurs. for example, when one or more files are added. I can pass the string of each file name individually, but I have to do it one by one by repeatedly calling CallSubDelay. If I want to join everyone in a list and want to pass that list in the CallSubDelay parameter, I can't do it anymore. The result is an error that says that the signature is not as expected. Now in the parameter instead of a string I put a list.
Is it possible to do that?
Thanks in advance
I have a service that reads a directory structure repeatedly and must report an activity when a change occurs. for example, when one or more files are added. I can pass the string of each file name individually, but I have to do it one by one by repeatedly calling CallSubDelay. If I want to join everyone in a list and want to pass that list in the CallSubDelay parameter, I can't do it anymore. The result is an error that says that the signature is not as expected. Now in the parameter instead of a string I put a list.
Is it possible to do that?
Thanks in advance