Question
Can a script be used to automatically backup the current InDesign file?
For example, my fileName is: "myfile.indd".
I want to create a subdirectory backup in the current directory to back up a file that starting with the current date.
...\backup\2025-03-02-myfile.indd
If there is already an existing file of the same type, it will be overwritten directly without prompting.
Seems like I've seen similar scripts and didn't care at the time.