.TH MKSFDIR 1csound CARL 
.SH NAME
mksfdir 
- make a sound file directory
.SH SYNOPSIS
.B mksfdir 
directory1 directory2 ...
.SH DESCRIPTION
.B mksfdir 
creates a directory in the sound file system.  It is
similar in function to the UNIX command 
.B mkdir.  
It can be used both
to create subdirectories from your home sound file directory, or
(if you are the superuser or the sound file superuser) to give
new users home directories.
.PP
.B mksfdir 
automatically determines whether you are the superuser or sound file
superuser before allowing a path outside your own area to be created.
Note this restricts the creation of new home directories on
csound filesystems to root or the disk pseudouser.
.SH AUTHOR
Gareth Loy
.SH SEE ALSO
sndio(1csound), mvsf(1csound).
.SH DIAGNOSTICS
If you do not own the sound file path leading up to the directory
you are trying to create, it will say, "no permission to create path."
If the directory already exists, it will say, "directory already exists."
