de_copy_project()

Copies a complete project directory, with all associated sub-directories and files. Returns: none.

Syntax:

de_copy_project(fromName, toName, copyHierarchy, openProjectAfterCopy);

where

fromName is the name of the project to copy; should be full path name.

toName is the name of the new project; should be full path name.

copyHierarchy indicates the items to be copied, where:

  • TRUE = if entire project hierarchy is to be copied
  • FALSE (default) = if only specified project is to be copied

openProjectAfterCopy indicates whether or not to open the newly-copied project, where:

  • TRUE = open the project after successful copy
  • FALSE (default) = do not open the project

Example:
de_copy_project("c:myprj", "c:yourPrj", FALSE, TRUE);

Where Used:

Schematic, Layout

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources