john9210 Posted May 24, 2011 Posted May 24, 2011 I’m trying to save a backup copy of the current FM file to a sub-folder named “backup” in the current directory. The following script steps saves to the desktop with the correct file name (stored in $path). However, I can’t figure out how to configure the Specify Output File dialog box in the Save a Copy As script step. It saves to the backup folder, but names the file $path, not the value stored in the script variable. Set Variable [ $path; Value: Let( t = Get(CurrentTimeStamp) ; Get(DesktopPath) & Get(FileName)& "_" & Year(t) & "-" & Month(t) & "-" & Day(t) & "_" & Hour(t) & Right( "00" & Minute(t) ; 2 ) & ".fp7" ) ] Save a Copy as [ “$path” ] [ copy of current file ] Any suggestions?
Recommended Posts
This topic is 4932 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