createdir
Create a directory.
func uint createdir (
str name
)
str name
)
Parameters
name | The name of the directory being created. |
Return value
If the function succeeds, the return value is 1. If the function fails, the return value is 0.
Related links | Source |