Answered
check if the path exists
I want to check if the path exists
I need this script in javascript no uxp
this is what I tried but it doesn't work.
try { app.activeDocument.paths["TEST"];
alert("ok");
} catch(e) {
alert("ko");
}