qa.hlp (Table of Contents; Topic list)
Int 21H Function 3BH
   Summary  Notes  Example  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Set Current Directory
 
  Sets the current, or default, directory using the specified drive and
  path.
 
  Input                                     Output
  ══════════════════════════════            ══════════════════════════════
  AH=3BH                                    If function successful
  DS:DX=segment:offset of ASCIIZ            Carry flag=clear
        pathname                            If function unsuccessful
                                            Carry flag= set
                                            AX=error code
                                    -♦-