filePath

書式

documentObject.filePath

説明

filePathはドキュメントのファイルパスを示します。filePathに格納されているのはFileオブジェクトになります。
var d=app.activeDocument;
alert(d.filePath);

目次に戻る