Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- DOS 5.0 Ref. - <b>function 39h create directory (mkdir)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 39h            Create Directory (MKDIR)

    Creates a subdirectory by using the specified path.

        Entry   AH    = 39h
                DS:DX = Pointer to ASCIIZ directory name

        Return  AX = Error code, if CF is set
                     | 03h Path not found
                     | 05h Access denied (pathname exists)

    ------------------------------------------------------------------

    Function 39h creates a subdirectory whose path is specified in
    the zero-terminated string at address DS:DX; the string length is
    limited to 64 characters. The string must be a valid DOS directory
    name; it may include a drive letter, but no wildcards.

    If any of the parent directories in the path does not exist, the
    directory is not created.

See Also: 3ah 3bh 47h 59h

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