Expand description
Functions to copy files and directories from one place to another.
Enums§
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 thesource_dirwill 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.