Skip to content

fs 1.4.2

Compare
Choose a tag to compare
@jimhester jimhester released this 27 Jul 16:15
  • file_info(..., follow = TRUE), is_dir(), and is_file()
    follow relative symlinks in non-current directories (@heavywatal, #280)

  • dir_map() now grows its internal list safely, the 1.4.0 release introduced an unsafe regression (#268)

  • file_info() returns a tibble if the tibble package is installed, and subsets work when it is a data.frame (#265)

  • path_real() always fails if the file does not exist. Thus it can no longer
    be used to resolve symlinks further up the path hierarchy for files that do not
    yet exist. This reverts the feature introduced in 1.2.7 (#144, #221, #231)