less copy protection, more size visualization
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
257 B

  1. var doc = app.activeDocument
  2. var parts = doc.name.slice(0, -4).split("-")
  3. var filename = parts.slice(1).join("-")
  4. var filepath = "/Users/crux/furry/macrovision/media/characters/" + parts[0] + "/" + filename
  5. doc.exportFile(File(filepath), ExportType.SVG)