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]

        Get/set file's date/time (INT 21h, 57h)

        Entry:
          AH = 57h
          AL = function code
                  0 = get date and time
                  1 = set date and time
                     CX = time to be set (if AL = 1)
                     DX = date to be set (if AL = 1)
          BX = file handle
        Return:
          CF = 1 if error
                  AX = Error Code
          CX = time of last write (if AL = 0)
          DX = date of last write (if AL = 0)

See Also: INT 21h, 3Ch INT 21h, 3Dh Error codes

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