binaryninja/commercial/scc-docs/chdir.txt

14 lines
255 B
Plaintext
Raw Normal View History

2018-12-13 18:39:52 +00:00
chdir
=====
:title: Shellcode Compiler Runtime
---------------------------------------------
int chdir(const char* path);
---------------------------------------------
Changes the current directory to `path`.
See also
--------
link:getcwd.html[getcwd]