Output - putProductToDirectory

 

Description

Saves an input product to a local file system directory..

 

Configuration Variables

 

localTargetDirectory
The directory where the product files are to be saved.  A value must be defined for this variable because there is no default.

Example Configuration in Startup file (Note the need to escape the backslash character with a backslash):
(putProductToDirectory "put locally"
  (localTargetDirectory "c:\\dirName\\dirName")
)

nameOfIndexFile

Defaults to "index.html". If an input product to this DIM already has an index file (such as from a web site copy) then that index file is renamed to this name. If this attribute is empty and an index file already exists it will keep its name. If an HTML index file is created for products that have no index file, this name issued.

makeIndexPage

Defaults to false. Instructs DIM to create index page if one does not already exist.

sourcePath

Defaults to "0supportDir/ProductToDirectory". Files located in the sourcePath will be copied when makeIndexPage is true. The default source directory contains .gif images that are referenced from the generated index page.

hierarchicalOutput - obsolete

[This is an obsolete variable as of PAM Build 39. ].

 

 

First Available: PAM Build 29

Revised: 12 January 1999