Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Peter Norton Programmer's Guide - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

  Function 39H (decimal 57) creates a subdirectory, just as the DOS command
  MKDIR does. To invoke this service, create an ASCIIZ string containing the
  pathname of the new directory. The register pair DS:DX contains the
  address of the ASCIIZ string. If an error occurs, function 39H sets the
  carry flag and returns an error code in AX. The possible error codes are
  03H (path not found) and 05H (access denied).

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson