パスを複製する

■プログラム説明
 パスを複製するにはパスオブジェクトに対してduplicate()を適用します。

■ソースコード
pObj = activeDocument.pathItems[0];
pObj.duplicate();

■ポイント
 なし