binaryninja/personal/scc-docs/symlink.txt

15 lines
395 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01:00
symlink
=======
:title: Shellcode Compiler Runtime
---------------------------------------------
int symlink(const char* target, const char* path);
---------------------------------------------
Creates a symbolic link at `path` that points to `target`. Returns zero on success, or the negation of the error code on error.
See also
--------
link:link.html[link],
link:readlink.html[readlink]