Question
How to use a script to select all guide lines and move them to the “myGuids” layer?
Hi everyone.
I want to unlock all guides and move them to the “myGuids” layer.
I’ve been searching for information for ages, but haven’t found much.
I used:
var d = app.activeDocument;
var item = d.selection[0];
alert(item.constructor.name);And to my surprise.
it output: “PathItem”—which just made me even more frustrated
