Description
When converting a Mission Plan, FreeFlyer Object File, or FreeFlyer Object Preset, copy the original file to the specified folder. This switch is used in conjunction with the Convert switch.
Forms
•--convert-backup-folder
•-cbf |
Usage
ff --convert <FILE TO CONVERT PATTERN> --convert-backup-folder <BACKUP FOLDER PATH>
|
Example
Convert OldFormat.MissionPlan to the version of the FreeFlyer executable and backup the old version in the "MissionPlanBackups" directory.
Windows
FF.exe -cnvt OldFormat.MissionPlan -cbf .\MissionPlanBackups
|
Linux
ff -cnvt OldFormat.MissionPlan -cbf ./MissionPlanBackups
|
|
|