Copy a File from one Folder into another in WebMehods

How to copy a file from one folder to another in webMethods?

copy or move file?

Is that a shared folder or ftp location?

There is no direct copy other than (getFile) to read source and then writeToFile to that another folder (target)

You may check if there are any Java methods can do that…other than easy way via FTP move file.

HTH,
RMG