mutapath.MutaPath.copyfile

MutaPath.copyfile(dst, *, follow_symlinks=True)[source]

Copy data from src to dst in the most efficient way possible.

If follow_symlinks is not set and src is a symbolic link, a new symlink will be created instead of copying the file it points to.