MAKDIR
Create directory file
MAKDIR
&replstart;path&replend;
Description
Creates a new directory file acdording to the pathlist given. The
pathlist must refer to a parent directory for which the user has
write permission.
The new directory is initialized and initially does not contain
files except for the "." and ".." pointers to its parent directory
and itself, respectively (see 3.7.3). All access permissions are
enabled (except sharable).
It is customary (but not mandatory) to capitalize directory names.
For more information see: 3.3, 3.4, 3.5,3.7.3, 3.9.5
Examples
makdir /d1/STEVE/PROJECT
makdir DATAFILES
makdir ../SAVEFILES