Function NnetExtAtt() Foundation

Retrieves or sets Novell specific extended file attributes.

Syntax
NnetExtAtt( <cFileName>   , ;
            [<nAttribute>]  ;  // Default: NIL
          ) --> nFileAttributes
Return

Returns the current Novell extended file attributes as a numeric value (see table below).

Description

Note that extended file attributes as defined by Novell have nothing in common with OS/2 extended file attributes. The following table lists Novell attributes as well as #define constants from XBTNETW.CH:

Novell specific extended file attributes:
Constant Description
EXA_TTS Transaction attribute
EXA_INDEX Index attribute
EXA_READAU Read audit attribute
EXA_WRITEAU Write audit attribute

To set multiple extended attributes add the respective values and pass the sum for <nAttribute>.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.