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
According to README, the functions that copy, remove and move a file are named copy, remove and move, respectively. However, the functions that do those tasks are cp, rm and mv. Either the documentation should be updated or the functions copy, remove and move should be created as aliases to match documentation.
The text was updated successfully, but these errors were encountered:
That readme is out of date, as most of the functionality has been moved to FilePathsBase.jl. copy, remove and move were deprecated a couple releases ago to better align with the Base.FIlesystem API.
According to README, the functions that copy, remove and move a file are named
copy
,remove
andmove
, respectively. However, the functions that do those tasks arecp
,rm
andmv
. Either the documentation should be updated or the functionscopy
,remove
andmove
should be created as aliases to match documentation.The text was updated successfully, but these errors were encountered: