Module copy

Source
Expand description

Functions to copy files and directories from one place to another.

Enums§

Error

Functions§

copy_directory
Copies the contents of the source directory to the given destination directory. In destination_dir, a new subdirectory with the basename of the source_dir will be created. It will not perform the copy operation if the effective destination directory does already exist.
destination_directory
Return the computed destination directory, given a source directory.