MCS CreateDirectory
From WikiPrizm
Jump to navigationJump to search
Contents
Synopsis
Header: mcs_syscalls.h
Syscall index: Not documented
Function signature: int MCS_CreateDirectory(unsigned char* dir)
Create the named directory in main memory.
Parameters
- dir - The name of the directory to create.
Returns
0 for success, anything else for failure.
Comments
Output could be error codes. Still needs investigation.