SYNOPSIS:
int func.file.mkdir(targetdir)
DESCRIPTION:
Make a new directory "targetdir".
RETURN VALUE:
On success, zero is returned. On error, -1 is returned.
The return code is the code from the mkdir() system call.
SEE ALSO:
expression
,
variable
,
function
,
func.file
,
func.file.chdir
,
func.file.rmdir
,
func.file.getdir
,
func.file.exists
,
func.file.open
,
func.file.close
,
func.file.unlink
,
func.file.puts
,
func.file.gets