SpartaDOS X Reference Manual

Programming with SpartaDOS X




Create a Directory (MKDIR)

Index


Purpose To create a new subdirectory.
 
Syntax

XIO 42, #IOCB,0,0,"Dd:[path]newdir"
 

Remarks

The directory "newdir" is the directory that will be created. Any path before this must be valid. For example, if

XIO 42,#1,0,0,"D1:LARRY>MOE>CURLY>SHEMP"

is used, then the path "LARRY>MOE>CURLY>"' must already exist from the current directory, and the directory "SHEMP" will be created.

The IOCB should be closed for this operation. This will ONLY work for SpartaDOS format disks.


Previous page

Next page