ronin.files

class ronin.files.Copy(command=None)

Bases: ronin.executors.ExecutorWithArguments

File copy executor.

The phase inputs are copied to the phase outputs.

Use the phase’s output_strip_prefix if you need to strip the input paths from the output paths.

Parameters:command (str or FunctionType) – cp command; default’s to context’s files.copy_command
ronin.files.configure_files(copy_command=None)

Configures the current context’s files support.

Parameters:copy_command (str or FunctionType) – copy command; defaults to “cp”