14 lines
355 B
Plaintext
14 lines
355 B
Plaintext
|
rename
|
||
|
======
|
||
|
:title: Shellcode Compiler Runtime
|
||
|
|
||
|
---------------------------------------------
|
||
|
int rename(const char* oldpath, const char* newpath);
|
||
|
---------------------------------------------
|
||
|
|
||
|
Renames the file at `oldpath` to `newpath`. Returns zero on success, or the negation of the error code on error.
|
||
|
|
||
|
See also
|
||
|
--------
|
||
|
link:unlink.html[unlink]
|