Represents the file system entries for Trustee objects.
Determines whether or not the collection contains any more TrusteePath objects.
Object.HasMoreElements()
None.
Boolean. Returns TRUE if the collection contains more TrusteePath objects.
See sample in Example.
Returns the path of the next Trustee object in the collection.
Object.Next()
None.
TrusteePath. Returns the path of the next Trustee object in the collection. If there are no more objects in the collection, this property returns NULL.
See sample in Example.
Resets the collection of TrusteePath objects.
Object.Reset()
None.
Void.
See sample in Example.