SYNOPSIS:

int func.file.rmdir(targetdir)

DESCRIPTION:

Remove directory "targetdir".

RETURN VALUE:

On success, zero is returned. On error, -1 is returned.
The return code is the code from the rmdir() system call.

SEE ALSO:

expression, variable, function, func.file,
func.file.chdir, func.file.mkdir,
func.file.getdir, func.file.exists,
func.file.open, func.file.close, func.file.unlink,
func.file.puts, func.file.gets