dgd/
dgd/doc/net/
dgd/src/host/unix/
dgd/src/host/win32/res/
dgd/src/lpc/
dgd/src/parser/
NAME
	make_dir - create a directory

SYNOPSIS
	int make_dir(string dir)


DESCRIPTION
	Create a new directory.  1 is returned if the directory could be
	created, 0 otherwise.

SEE ALSO
	kfun/get_dir, kfun/remove_dir