Skip to main content

Module executor

Module executor 

Source
Expand description

File operation execution for prepared copy plans.

Structs§

ExecutionOptions
Runtime options for applying a CopyPlan.
ExecutionSummary
Counts produced by execute_plan.

Enums§

ConflictStrategy
Policy for handling a copy or move task whose destination already exists.
ExecutionMode
Selects whether execution copies source files or moves them after a successful copy.

Functions§

execute_plan
Applies a prepared copy plan to the filesystem.