2011-04-06

[JSX] 開啟圖檔

#target photoshop 

var filePath = "/d/myPic.jpg";    
try {
    var myDoc=open(new File(filePath));
}catch(e){
    alert("無法開啟圖檔!");
}

沒有留言:

張貼留言

你好!歡迎你在我的 Blog 上留下你寶貴的意見。