filePath

書式

linkObject.filePath

説明

linkオブジェクトのファイルパスを示します。
var L=app.activeDocument.links[1];
alert(L.filePath);

目次に戻る