Operation.Copy

Description

Name

class Tinman.Operation.Copy

Derived from

Operation

Copies zero or more files.

Fields / Required

file

Type

path

Constraint

# != null

The source file path. The last path element may contain wildcards.


target

Type

path

Constraint

# != null

The target path.

Fields / Optional

resume

Type

bool

Default

false

Resume copy operation if target file already exists?


timestamp

Type

bool

Default

false

Also copy last file modification timestamps?


many

Type

bool

Default

true

If true, file may contain wildcards in its last path element (thus referring to zero or more source files) and the target path points to a directory.
If false, file and target each point to a single file.