Expand description
Functions to copy files and directories from one place to another.
Enums§
Functions§
- Copies the contents of the source directory to the given destination directory. In
destination_dir
, a new subdirectory with the basename of thesource_dir
will be created. It will not perform the copy operation if the effective destination directory does already exist. - Return the computed destination directory, given a source directory.