Copies a list of directories and files to another place recursively. This function will
also copy the permission bits of the original files to destination files (not for
directories).
Copies a list of directories and files to another place recursively, with
information about progress. This function will also copy the permission bits of the
original files to destination files (not for directories).
Moves a list of directories and files to another place recursively. This function will
also copy the permission bits of the original files to destination files (not for
directories).
Moves a list of directories and files to another place recursively, with
information about progress. This function will also copy the permission bits of the
original files to destination files (not for directories).
Removes a list of files or directories.