1 NAME 2 make_dir - create a directory 3 4 SYNOPSIS 5 int make_dir(string dir) 6 7 8 DESCRIPTION 9 Create a new directory. 1 is returned if the directory could be 10 created, 0 otherwise. 11 12 SEE ALSO 13 kfun/get_dir, kfun/remove_dir