Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Int 21h Function 39h
 Detail Example                          Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Interrupt:   21h     Function:   39h
 
  Title:       Create Directory
 
  See also:    Delete Directory, Set Current Directory,
               Get Current Directory, @MkDir
 
  Description:
 
     Creates a directory using the specified drive and path.
 
     Input                                Output
 
     AH = 39h                             If function successful
     DS:DX = segment:offset of ASCIIZ       Carry flag: clear
             path name
                                          If function unsuccessful
                                            Carry flag: set
                                            AX = Error code (03h or 05h)
                                            See: Error codes
                                    -♦-