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