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

        Create temporary file (INT 21h, 5Ah)

        Entry:
          AH = 5Ah
          DS:DX = pointer to ASCIZ directory path name
          CX = file attribute
        Return:
          CF = 1 if error
                     AX = Error Code if any
          DS:DX = path name

        Note: The file created is not truly "temporary".  It MUST be
              removed by the user.
              The file is sure to be unique, that is, no other files will
              be erased or altered.

See Also: Error codes

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