The scene interface has been deprecated in Storyboard Pro. Project interface should be used instead. More...
Public Member Functions | |
Saving functions | |
bool | saveAs (String &pathname) |
Save the current project to the specified folder or sbpz file. More... | |
The scene interface has been deprecated in Storyboard Pro. Project interface should be used instead.
bool scene::saveAs | ( | String & | pathname | ) |
Save the current project to the specified folder or sbpz file.
Save the current project to the specified folder or sbpz file. The current project is updated to use that folder or sbpz file. Any error or message is reported using the standard error logger, user will see message popup. Cannot be use in batch mode.
pathname | : New folder of the project (ie: /Users/a_user/Documents/my_save_as_project ) or new sbpz file /Users/a_user/Documents/my_save_as_project.sbpz ) |