How to check if current project is saved?
Howdy folks,
Is there a command to see if the current project has unsaved changes?
Looking at the AE scripting guide, I see app.project.save() and the app.project.file object, but I don't see a way to check if the scene has unsaved changes. I would like to check this before my script runs to protect the user from loosing any changes they haven't saved. Of course I can just do a app.project.save() before the script does anything, but the user might not want to save their current changes. Gotta protect the users! ![]()
I tried inspecting the app.project.file object in ExtendScript Toolkit, but it doesn't appear to have any methods.
thanks for your help!
-Andy
