Hacker News new | ask | show | jobs
by sega_sai 136 days ago
rename() is certainly the easiest to use for any sort of file-system based synchronization.
1 comments

As long as you don't run into or want freedom from possible path races, for that you need the missing:

  frenameat2(srcdirfd, srcfd, srcname, dstdirfd, dstfd, dstname)