Skip to main content
Participant
January 31, 2019
Question

How to prevent closing file in photoshop jsx?

  • January 31, 2019
  • 1 reply
  • 200 views

Hi all,

I want to get some information automatically before active document is closed

so, how can I get document infomation or edit some layers before it is closed?

This topic has been closed for replies.

1 reply

pixxxelschubser
Community Expert
Community Expert
January 31, 2019

How about:

Menu: File --> Scripts --> Scriptevent Manger --> Close Document (your script)

(But this event will work on EVERY Document before closing)

bigmanpxzAuthor
Participant
January 31, 2019

Thanks for your comment, but document still closed before script process