03-30-2011 06:26 AM
var activeFolder = companyhome.childByNamePath("espace de travail xxxxx/Plateau de zzzzz/equipe java/espace ddddd");
var destination = companyhome.childByNamePath("vvvvv essai");
if(activeFolder != null)
{
var i=0;
activeChildren = activeFolder.children;
activeTotal = activeChildren.length;
for(i=0; i<activeTotal;i++)
{
child = activeChildren[i];
child.move(destination);
}
03-31-2011 04:27 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.