BSD syscall#137
svc · unix #137
rmdir
Removes an empty directory.
Prototype
int rmdir(char *path);Returns: int
Arguments
| Name | Type | Dir | Description |
|---|---|---|---|
| path | char | - |
Version history
| XNU tag | macOS | # |
|---|---|---|
| xnu-1456.1.26 | macOS 10.6 Snow Leopard | 137 |
| xnu-1486.2.11 | — | 137 |
| xnu-1504.15.3 | — | 137 |
| xnu-1504.3.12 | — | 137 |
| xnu-1504.7.4 | — | 137 |
| xnu-1504.9.17 | — | 137 |
| xnu-1504.9.26 | — | 137 |
| xnu-1504.9.37 | — | 137 |
Notes
No prose documentation yet.