PreviousNext
Help > Programming PhotoModeler - Scripting/DDE Interface > Commands > BackupProject
BackupProject

Description:

Compresses the project and optionally the images into a zip file for backup or sending.

Syntax:

"BackupProject pathToFile includeImages tagString"

where:

pathToFile is the path to the folder in which to store the zip file (do not include a file name and no spaces in path),

includeImages 1 for yes, 0 for no,

tagStr is a limiting ‘tag’ string or phrase in the filenames so that only those files containing the tag are backed up.

Return:

"1" if successful or "0" if this command failed. 

Example:

"BackupProject c:\temp\projects 1"

return "1 "