パスの総数を求める

■プログラム説明
 パスの総数(情報)はpathItems配列の個数になります。

■ソースコード
pObj = activeDocument.pathItems.length;
alert("パスの総数:"+pObj);

■ポイント
 なし