You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing a dir_copy() to an empty destination folder the overwrite parameter produces different results.
In the example below we create the foo dir that contains sub1. Then, we copy foo to newly created destinations dest and dest_overwrite with overwrite = FALSE and overwrite = TRUE respectively. I wouldn't expect the dir tree of the destination folders to defer, however, overwrite parameter affects the nesting of the directories
The text was updated successfully, but these errors were encountered:
AleKoure
changed the title
dir_copy gives diiferent results for overwrite parameter to empty destinationdir_copy() gives diiferent results for overwrite parameter to empty destination
Dec 11, 2024
When doing a
dir_copy()
to an empty destination folder the overwrite parameter produces different results.In the example below we create the
foo
dir that containssub1
. Then, we copyfoo
to newly created destinationsdest
anddest_overwrite
withoverwrite = FALSE
andoverwrite = TRUE
respectively. I wouldn't expect the dir tree of the destination folders to defer, however, overwrite parameter affects the nesting of the directoriesCreated on 2024-12-11 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: