14 lines
255 B
Plaintext
14 lines
255 B
Plaintext
|
chdir
|
||
|
=====
|
||
|
:title: Shellcode Compiler Runtime
|
||
|
|
||
|
---------------------------------------------
|
||
|
int chdir(const char* path);
|
||
|
---------------------------------------------
|
||
|
|
||
|
Changes the current directory to `path`.
|
||
|
|
||
|
See also
|
||
|
--------
|
||
|
link:getcwd.html[getcwd]
|