Skip to end of banner
Go to start of banner

copyFiles

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 24 Current »

See also: Actions

Description

Copy a single file or files selected from a directory with regex filtering on path name. Use the file parameter to direct output to a target file or directory. When append is used, data will be appended to the target file if it already exists. If requested, find and replace logic will be applied to the source data before processing provided the file is text (has text mime type). Similarly, replacement variables will automatically be replaced with their values. Use continue to continue copying files from a directory even after there is an error copying a file.

Required Parameters

sourceFile

Optional Parameters

findReplace, findReplaceRegex, file, append, encoding, regex

Type

Create

Category

Files

Output Formats

Replacement Variables

Since Version9.3

Examples

copyFiles

Related How To's

  • No labels