expression, folder move
Hello,
So, I have successfully coded an expression robot to move objects from one subfolder to another...within the same Product, but I have need to move them from one Product to another.
i.e.:
FROM current location...
site/myOrg/Product_WIP/SomeAreaFolder/CurrentFolder
TO location...
site/myOrg/Product_PROD/Somewhere/DestinationFolder (just need the java address of this?)
In java, the initial address is "/Default/AreaFolder/CurrentFolder". I can move object anywhere within Product_WIP or /Default no problem, such as "/Default/AreaFolder/NewFolder".
With "/Default" being the "top" folder (which is 1 Product_WIP)...how do I address for folders in Product_PROD? Normal java relative paths do not work like "../folder-up1level".
Thanks,
~PB

