tell application "Finder"
set thePath to choose folder with prompt "Choose destination folder."
set destPath to thePath as string
set fileName to "NewFile"
set newDestPath to destPath & fileName & ".ai"
tell application "Illustrator CS"
activate
save current document in newDestPath as eps with options {class:EPS save options, compatibility:Illustrator 10}
end tell
end tell
PreTech
Model: G5 dual 1.8
AppleScript: 2.1
Browser: Safari 125.12
Operating System: Mac OS X (10.4)
Model: G5 dual 1.8
AppleScript: 2.1
Browser: Safari 125.12
Operating System: Mac OS X (10.4)