rcpputils icon indicating copy to clipboard operation
rcpputils copied to clipboard

Replace create_temp_directory with the new create_temporary_directory

Open MichaelOrlov opened this issue 7 months ago • 2 comments

  • This PR replaces #197 and relates to this comment: https://github.com/ros2/rcpputils/pull/196#discussion_r1671225326
  • The newly added create_temporary_directory(..) uses std::filesystem::path and doesn't have platform-specific code.
  • Also deprecate create_temp_directory(..) and temp_directory_path

MichaelOrlov avatar Jul 11 '24 20:07 MichaelOrlov