Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 21 - novell netware sft level ii - extended file attributes http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - Novell NetWare SFT Level II - EXTENDED FILE ATTRIBUTES
        AH = B6h
        AL = subfunction
            00h get extended file attributes
            01h set extended file attributes
        CL = attributes
            bit 4: transaction tracking file
                5: indexing file (to be implemented)
                6: read audit (to be implemented)
                7: write audit (to be implemented)
        DS:DX -> ASCIZ pathname
Return: CF set on error
            AL = error code
                FFh file not found
                8Ch caller lacks privileges
        CL = current extended file attributes
SeeAlso: AX=4300h

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