nn::hio::CTR::GetCurrentDirectory FunctionResult GetCurrentDirectory( s32 * pLength, char *buf, s32 length );
| Name | Description | |
|---|---|---|
| out | pLength | Location in which to store the actual number of bytes that were copied. |
| out | buf | Buffer in which to write the current directory's path. |
| in | length | Buffer size. |
Gets the current directory.
CONFIDENTIAL