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 3AH (decimal 58) removes (deletes) a subdirectory exactly as the
  DOS command RMDIR does. To invoke this function, create an ASCIIZ string
  containing the pathname of the directory you want to remove. The register
  pair DS:DX points to the ASCIIZ string. If an error occurs, function 3AH
  sets the carry flag and returns an error code in AX. The possible error
  codes are 03H (path not found), 05H (access denied), and 10H (attempt to
  remove current directory).

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