HI guys:

I am trying to copy an object (OP) to another folder and the only way I see is by pointing its own folder to the other. Ex:

The way I am doing it is:

for(var i=0;i<lista_operaciones.length;i++){

            lista_operaciones[i].Group().setParent(padreIni);

        }

But it is not efficient at all, beacuse I would like to move just the object OP_XXXX

THanks guys!

 

Ignacio

 or register to reply.

Notify Moderator