...
Calling rename()
has implementation-defined behavior when the new file name refers to an existing file. Incorrect use of rename()
could result in a file being unexpectedly overwritten or other unexpected behavior.
...
...
Calling rename()
has implementation-defined behavior when the new file name refers to an existing file. Incorrect use of rename()
could result in a file being unexpectedly overwritten or other unexpected behavior.
...