Warum kommen keine Meldungen

Hallo das nachfolgende Beispiel kopiert eine vorhandene Datei korrekt und trotzdem fehlt die Erfolgsmeldung.

That event only works if you use the copyAsync method:

Event indicating that copying a file has finished, which was started using the CopyAsync method.
In case everything went fine, parameter successful is true. In case an error occurred, parameter successful is false and parameter response will provide an error message.

You could use it like this:

image

see the documentation

1 Like

Thanks,
is there any disadvantage if I always use CopyAsync, even with small files?
I like the possibility to test if the result is positive or negative.

None that I have found…

You could always use the Exists block to check if the file has been copied

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.