I’m using the Copy File/Directory function from UI BUilder.
This function does not consider the “to”-input as a combination of path and filename. Instead, always, a directory with the name of the “to”-parameter is created and the source file is copied into this.
Thus, it is not possible to rename the target file as suggested by the function.
So it should read:
from path/name
to path
(didn’t checked the same for the Move operation …)
Regards,