<component>.save({<file>})
procedure
A function to save the external object to file. A zero value is returned when successful. One is returned on error.
The parameter to this procedure is the name of the file to which object details are to be dumped. If the parameter is omitted, the value of component.file is used. A successful save will also replace the value of component.file.
The code of the function cannot be redefined.