December 3, 200619 yr My application uses the simple separation model: GUI.fp7 + data.fp7 I'm trying to implement a scripted backup, but the file that is written out is the GUI -- and NOT THE DATA. Script step used: Save a Copy a ["$$Backup"; copy] . . . where $$Backup is the user-entered filepath How can I cause the data file to be backed up instead? There must be a simple way, but I haven't found it. Thanks for any help.
December 3, 200619 yr Put the script in the data file and have the interface script call it using Perform Script [ External: Data.fp7 ].
Create an account or sign in to comment