Contains the eDirectory information for the attributes that use the Path syntax.
typedef struct
{
nuint32 nameSpaceType ;
pnstr8 volumeName ;
pnstr8 path ;
} Path_T;
Path_T = Record
nameSpaceType : nuint32;
volumeName : pnstr8;
path : pnstr8
End;
Specifies the name space of the file name (see Section 5.17, Name Space Types).
Points to the distinguished name of the volume.
Points to a file system path, formatted according to the name space.