Int 21/AX=7139h

Prev Next Ralf Interrups Categories Contents

------

Windows95 - LONG FILENAME - MAKE DIRECTORY

AX = 7139h
DS:DX -> ASCIZ long directory name (including path)

Return:
CF clear if successful CF set on error AX = error code (see #01680) 7100h if function not supported

Note: For compatibility with DOS versions prior to v7.00, the carry flag should be set on call to ensure that it is set on exit

See Also: AH=39h - AX=713Ah - AX=713Bh - AX=43FFh/BP=5053

Category: DOS Kernel - Int 21h - W

------

Prev Next Ralf Interrups Categories Contents