Returns the NetWare extended file attributes for the specified file
#include<nwfile.h>
or
#include<nwcalls.h>
N_EXTERN_LIBRARY(NWCCODE) NWGetExtendedFileAttributes2 (
NWCONN_HANDLE conn,
NWDIR_HANDLE dirHandle,
const nstr8 N_FAR *path,
pnuint8 extAttrs);
uses calwin32
Function NWGetExtendedFileAttributes2
(conn : NWCONN_HANDLE;
dirHandle : NWDIR_HANDLE;
const path : pnstr8;
extAttrs : pnuint8
) : NWCCODE;
(IN) Specifies the NetWare server connection handle.
(IN) Specifies the directory handle of the new root directory.
(IN) Points to the string containing the name and path of the new directory.
(OUT) Points to the extended attributes of the file.
These are common return values; see Return Values (Return Values for C) for more information.
NWGetExtendedFileAttributes2 requires Search rights to the directory where the file resides.
The path parameter can specify the complete path name or a path relative to the current working directory. For example, if the complete path name is SYS:ACCOUNT/DOMEST/TARGET.DAT and the directory handle mapping is SYS:ACCOUNT, the path parameter could be the following:
SYS:ACCOUNT/DOMEST/TARGET.DAT or DOMEST/TARGET.DAT
The information accessed by the extAttrs parameter is interpreted as follows: