| Description: | Save the currently open PhotoModeler project to disk. | 
| Syntax: | "SaveProject fullPathOfPmrFile" where: fullPathOfPmrFile is the DOS path of a PMR file. | 
| Return: | "1" if project was saved successfully or "0" if not. Failure returns - insufficient number of parameters - no project is open - the current project could not be saved (out of disk space, illegal file name, or no project open). | 
| Example: | "SaveProject c:\data\projects\p1\second.pmr" return "1" |