Navigation: C/C++ Scripting Engine > User Interface Functions >
uiFileSaveWorkspaceAs
Saves all open pages in the editor, and the entire workspace in a new file.
Synopsis
int uiFileSaveWorkspaceAs( char* filename )
Return Value
Returns 1 if successful, else 0.
Parameters
filename - workspace file name. (must be full-path)