K1200 Posted December 3, 2006 Posted December 3, 2006 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.
Ender Posted December 3, 2006 Posted December 3, 2006 Put the script in the data file and have the interface script call it using Perform Script [ External: Data.fp7 ].
K1200 Posted December 3, 2006 Author Posted December 3, 2006 A genuine "ahaa" moment . . . Thanks, Ender
Recommended Posts
This topic is 6565 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now