What's new
Photoshop Gurus Forum

Welcome to Photoshop Gurus forum. Register a free account today to become a member! It's completely free. Once signed in, you'll enjoy an ad-free experience and be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Reply to thread

Hi there,


I have a script (Javascript) that copy / paste paths from one image to another.

It has worked for a long time, but with PS 2021 on Windows 10, I get an error in this code where the selected path is copied (2nd line),

[CODE]var id122 = charIDToTypeID("copy");

executeAction( id122, undefined, DialogModes.NO );[/CODE]


"General Photoshop error occurred. This functionality may not be available in this version of Photoshop"


How can I fix this error?

Also is there an ExtendedScript editor for PS 2021?


Thanks


What is our favorite program/app? (Hint - it begins and ends with the letter P)
Back
Top