WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsIDirectoryEnumerator
| IID: | 31f7f4ae-6916-4f2d-a81e-926a4e3022ee |
| Inherits From: | nsISupports |
| Status: | UNDER_REVIEW |
This interface provides a means for enumerating the contents of a directory. It is similar to nsISimpleEnumerator except the retrieved entries are QI'ed to nsIFile, and there is a mechanism for closing the directory when the enumeration is complete.
Properties
readonly nsIFile nextFile
Retrieves the next file in the sequence. The "nextFile" element is the first element upon the first call. This attribute is null if there is no next element.
Methods
void close ( )
References
This interface is the type of the following properties:
nsIInstallLocation.itemLocations
Reference documentation is generated from Mozilla's source.
