Sorry to ask but I’m not good at scripts. Can someone post a script to open more than one folder?

Sorry to ask but I’m not good at scripts. Can someone post a script to open more than one folder?

]]>
« (Previous Post)
(Next Post) »

3 Commentsto Sorry to ask but I’m not good at scripts. Can someone post a script to open more than one folder?

  1. Anonymous says:

    < ![CDATA[

    var foldersIds = [id_1,id_2,id_3]



    for(var i = 0; i< fodlerIds.length ; i++) LL.getItemById(folderIds[i]).open();

    ]]>

  2. Anonymous says:

    < ![CDATA[

    (untested)


    folderids have to be the ids of the folder item, not the container.

    ]]>

  3. Anonymous says:

    < ![CDATA[

    Thank you!

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *