fs 1.3.0
Breaking changes
dir_ls(),dir_map(),dir_walk(),dir_info()anddir_tree()gain a
recurseargument, which can be either aTRUEorFALSE(as was supported
previously) or a number of levels to recurse. The previous argument
recursivehas been deprecated.
New features
dir_copy()gains aoverwriteargument, to overwrite a given directory
(@pasipasi123, #193)
Minor improvements and fixes
-
dir_create()now throws a more accurate error message when you try to
create a directory in a non-writeable location (#196). -
fs_pathobjects now always show 10 characters by default when printed in
tibbles (#191). -
path_file(),path_dir()andpath_ext()now return normal character
vectors rather than tidy paths (#194). -
path_package()now works with paths in development packages automatically
(#175). -
tests now pass successfully when run in strict Latin-1 locale