Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Filter specifying files to be removed. Wildcards may be used.

Example (not the use of tags to define the directory names):
Image Removed

Deleting a whole directory can be achieved by defining the directory path in the filter without any file filter options (*.*).
eg: %ROOT_DIR%/exportDir/purgeDirectory

A directory can only be removed if it is a sub directory of the General Adapter root directory!

unzipActivity

Root element of an unzip activity used to unpack a zip file and put the contained files in the directory of choice. Multiple unzip activities may be defined.

Each activity has the following elements:

  • description - optional description of the activity (for documentation only)
  • sourceZipFile - the name of the zip file to be unzipped
  • destinationDir - the name of the directory where the files will be put


Example (not the use of tags to define the directory names):
Image Added

zipActivity

Root element of a zip activity used to pack all files and subdirectories of an indicated directory to a zip file for later use/inspection. Multiple zip activities may be defined.

Each activity has the following elements:

  • description - optional description of the activity (for documentation only)
  • sourceDir - the name of the directory containing the files to be zipped
  • destinationZipFile - the name of the zip file to be created


Anchor
_Toc154574425
_Toc154574425
Anchor
_Toc95297279
_Toc95297279
Export Activities

...