Hi,
I was thinking about what are the scripting functions that are really missing, that people seems to ask for them a lot, and that the workaround for those missing functions are not the safiest around. I'm talking about some saving functions and properties.
The first one is a read-only property to know if a project has been saved. So something like app.project.isSaved or app.project.isModified
The second one is the saveAcopy method. app.project.saveAcopy(projectFile). Like the save function, recognize what format to save by the extension - .aep or aepx. I know you can use appExecuteCommand(2166) but it popup a saving window.