Expand description
Atomically install a regular file or a symlink to destination, can be either noclobber (fail if destination already exists) or replacing it atomically if it exists.
Functionsยง
- Atomically install a file, this atomically replace
dst
if it exists. - Install a file, this fails if the
dst
already exists. - Atomically create a symlink at
link
todest
, this atomically replacelink
if it already exists. - Create a symlink at
link
todest
, this fails if thelink
already exists.