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.
This_object() will also need write access to the path.
SEE ALSO
kfun/get_dir, kfun/remove_dir