mutapath.Path.copyfile

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

Copy data from src to dst.

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.