Search found 1 match

by tomkathy
Wed Feb 05, 2025 3:47 am
Forum: Photoshop Scripts
Topic: siva conditional
Replies: 3
Views: 56332

Re: siva conditional

Your script is mostly correct but can be expanded for flexibility. Here’s an improved version with a GUI prompt using prompt() to allow user input and more structured logic: Filename-Based Action Trigger in Photoshop (ExtendScript) var doc = app.activeDocument; // Get the active document var fileNam...