2011-04-06 11:36

[JSX] 開啟圖檔

  1. #target photoshop  
  2.  
  3. var filePath = "/d/myPic.jpg";     
  4. try { 
  5.    var myDoc=open(new File(filePath)); 
  6. }catch(e){ 
  7.    alert("無法開啟圖檔!"); 
  8. } 

0 回應: