Difference between revisions of "MCS CreateDirectory"
From WikiPrizm
Jump to navigationJump to search (Added Category:Main_Memory) |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:MCS_CreateDirectory}} | {{DISPLAYTITLE:MCS_CreateDirectory}} | ||
− | = | + | {{syscall |
− | + | | header = mcs_syscalls.h | |
− | + | | signature = int MCS_CreateDirectory(unsigned char* dir) | |
− | + | | synopsis = Create the named directory in main memory. | |
− | + | | parameters = | |
− | + | * '''dir''' - The name of the directory to create. | |
− | + | | returns = 0 for success, anything else for failure. | |
− | Create the | + | | comments = Output could be error codes. Still needs investigation. |
− | + | }} | |
− | + | [[Category:Main_Memory]] | |
− | * | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | = | ||
− | Output could be error codes. Still needs investigation. | ||
− | |||
− |
Revision as of 17:11, 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.