ドキュメントのファイルパスを取得する
■プログラム説明(ソースコード説明)
ドキュメントのファイルパスを取得するにはfullNameプロパティを参照します。
■ソースコード
docObj = app.documents;
alert(docObj[0].fullName);
■ポイント
なし