binaryninja/commercial/scc-docs/rename.txt

14 lines
355 B
Plaintext
Raw Normal View History

2018-12-13 18:39:52 +00:00
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]