native
rmdir
Syntax
native rmdir(const path[]);
Description
Removes a directory.
Parameters
| path | Path to the directory |
|---|
Note
On most Operating Systems you cannot remove a directory which has files inside it.
Return
1 on success, 0 otherwise
native
native rmdir(const path[]);
Removes a directory.
| path | Path to the directory |
|---|
On most Operating Systems you cannot remove a directory which has files inside it.
1 on success, 0 otherwise