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 attributes (INT 21h, 43h - CHMOD)

        Entry:
          AH = 43h
          AL = 0 = get file attributes
               1 = set file attributes
                   CX = file attribute bits
                       xxxx xxx1 xxxx xxxx  Shareable (Novell Netware)
                       xxxx xxxx xx1x xxxx  written since backup
                       xxxx xxxx xxx1 xxxx  subdirectory
                       xxxx xxxx xxxx 1xxx  volume label
                       xxxx xxxx xxxx x1xx  system file
                       xxxx xxxx xxxx xx1x  hidden file
                       xxxx xxxx xxxx xxx1  read only
          DX = pointer to ASCIIZ file name
        Return:
          CF = 1 if error
                  AX = Error Code if any
          CX = file attributes on get

See Also: Novell Error codes

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