filePath
書式
linkObject
.filePath
説明
linkオブジェクトのファイルパスを示します。
?
1
2
var
L=app.activeDocument.links[1];
alert(L.filePath);
目次に戻る