dir_copy()
is not idempotent when overwrite = F
#431
Labels
dir_copy()
is not idempotent when overwrite = F
#431
The results of a second execution of
dir_copy()
whenoverwrite = F
are not as I expected. I expected an error message, but instead it copied the source directory into the target, but nested one level deeper than during the first execution.Here's an example
The text was updated successfully, but these errors were encountered: