de_unarchive_project()

Unarchives the given file. Takes the given ADS archived file and unarchives it into one or more projects. Returns: none.

Syntax:

de_unarchive_project(fromFileName, toPathName, openProjectAfterUnarchive);

where

fromFileName is the name of the file to unarchive. Should be full path name and should be an ADS archived file.

toPathName is the name of the directory to unarchive the project to. Should be a full path name.

openProjectAfterUnarchive indicates whether to open the project after successfully unarchiving, where

  • TRUE = open project
  • FALSE = do not open project

Example:
de_unarchive_project("C:userstempMyAmps_prj.zap", 
"C:usersMyProjectsDir", TRUE);

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources