レイヤーセットを複製する
■プログラム説明
レイヤーセットを複製するにはduplicate()を使います。
■ソースコード
lsObj = activeDocument.layerSets["grp"];
lsObj.duplicate();
■ポイント
なし