rcpputils
rcpputils copied to clipboard
Replace create_temp_directory with the new create_temporary_directory
- 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(..)
andtemp_directory_path