Closed
Description
This is a follow up issue from comments:
#11024 (comment)
julia could add the kwarg:
remove_destination::Bool=false
to mv to be in line with cpcp(src::AbstractString, dst::AbstractString; remove_destination::Bool=false, follow_symlinks::Bool=false)
If that is wanted I could do it.
reply StefanKarpinski
@StefanKarpinski > Yes please, @peter1000!
I just had a fast look and I think there are some other issues too:
- current docs say
Move a file from src to dst
. Related to second question: is it suppose to work also on directories? - The real issue is here again similar we had in the
cp
discussion. symlinks. I tried a fastmv
on a directory and obviously any absolute symlinks within the rootdir get broken if the folder is renamed.
I can fix this but the question is: should we also add the kw: follow_symlinks
similar to copy.
cp(src::AbstractString, dst::AbstractString; remove_destination::Bool=false, follow_symlinks::Bool=false)
Metadata
Metadata
Assignees
Labels
No labels