We have webMethods 9.12 (Linux)
Can someone please tell me how in Flow I would be able to move a folder under a particular folder to another folder?
For instance, below is a folder(dir) named Error_Directory and it contains many files underneath it. Need to move that directory and all of its content to be under FIX_DIRECTORY where I have a program that monitors FIX_DIRECTORY and does things from there.
I can’t believe how badly I’m struggling with just trying to move a directory to another directory.
/ BAD_DIRECTORY / Error_Directory_20180626 to
/ FIX_DIRECTORY / Error_Directory_20180626
All I see in webMethods is a moveFile, not a move directory, but maybe there is some other way to do what I’m needing done and am just not thinking straight.
Any suggestions?
Thanks for any help.
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods