Question
How to copy the shape layer contents to another shape layer by scripting
I want to copy the shape layer contents to another shape layer by scripting.
I tried to this by using
app.executeCommand(19); // Copy
and
app.executeCommand(20); // Paste
but this way not work in some environments.
Please help me.
