!!! Overview
[{$pagename}] contains the [eDirectory] information for the attributes that use the [Path Field].

!!Service:NDS
Defined In:nwdsattr.h and nwdsattr.inc

!!Structures
__C__
{{{
  typedef struct 
  { 
     nuint32   nameSpaceType ; 
     pnstr8    volumeName ; 
     pnstr8    path ; 
  } Path_T;
}}}
  
__Pascal__
{{{
  Path_T = Record 
        nameSpaceType : nuint32;  
        volumeName : pnstr8; 
        path : pnstr8 
  End;
}}}
  
!! Fields
* [NameSpaceType Field] - Specifies the name space of the file name (see Section 5.17, Name Space Types).
* [VolumeName Field]- Points to the distinguished name of the volume.
* [Path Field] - Points to a file system path, formatted according to the name space.

!! [{$pagename}] Name Space Types
The [NameSpaceType Field] used by the [{$pagename}] structure are listed in the NAME_SPACE_TYPE typedef enumeration in the nwdsdefs.h and nwdsdefs.inc files. These values match the standard name space types defined for the name space functions.

The following table lists this set of [NameSpaceType Field] Values.
||Flag||C Value||Comment
|DS_DOS|0|DOS name space
|DS_MACINTOSH|1|Macintosh name space
|DS_UNIX|2|UNIX or NFS name space
|DS_FTAM|3|FTAM name space
|DS_OS2|4|OS/2, Windows 95, or Windows NT name space

!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]