Blurb::
Files and directories to be copied into each working directory
Description::
Specifies the files or directories that will be recursively copied
into each working directory.  Wildcards using * and ? are permitted.
Topics::

Examples::
Specifying

.. code-block::

      copy_files = 'siminput*.in' '/path/to/simdir1' 'simdir2/*'

will create copies

.. code-block::

      workdir/siminput*.in  # files rundir/siminput*.in copied
      workdir/simdir1/      # whole directory simdir1 recursively copied
      workdir/*  # contents of directory simdir2 recursively copied

where rundir is the directory in which Dakota was started.
Theory::

Faq::

See_Also::
