2011-04-06 11:36

[JSX] 開啟圖檔

#target photoshop 

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

0 回應: