FilesListCompress parameters

  • from_output : [string] (default: '') Collect files from the selected output. When used the source option is ignored.

  • source : [string] (default: '*') File names to add, wildcards allowed. Use ** for recursive match. By default this pattern is applied to the output dir specified with -d command line option.
    See the from_cwd and from_output_dir options.

  • dest : [string] (default: '') Destination directory inside the archive, empty means the same of the file.

  • filter : [string] (default: '.*') A regular expression that source files must match.

  • from_cwd : [boolean] (default: false) Use the current working directory instead of the dir specified by -d.

  • from_output_dir : [boolean] (default: false) Use the current directory specified by the output instead of the dir specified by -d. Note that it only applies when using from_output and no dest is specified.
    It has more prescedence than from_cwd.