Int 21/AX=7156h

Prev Next Ralf Interrups Categories Contents

------

Windows95 - LONG FILENAME - RENAME FILE

AX = 7156h
DS:DX -> ASCIZ old file or directory name (long names allowed)
ES:DI -> ASCIZ new name (long names allowed)

Return:
CF clear if successful CF set on error AX = error code 7100h if function not supported

Note: The file may be renamed into a different directory, but not across disks

See Also: AH=56h - AX=7141h - AX=43FFh/BP=5053h

Category: DOS Kernel - Int 21h - W

------

Prev Next Ralf Interrups Categories Contents