Difference between revisions of "MCS CreateDirectory"
From WikiPrizm
Jump to navigationJump to searchLine 1: | Line 1: | ||
− | |||
{{syscall | {{syscall | ||
+ | | name = MCS_CreateDirectory | ||
| header = mcs_syscalls.h | | header = mcs_syscalls.h | ||
| signature = int MCS_CreateDirectory(unsigned char* dir) | | signature = int MCS_CreateDirectory(unsigned char* dir) |
Revision as of 17:14, 22 May 2012
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.