The nsIDirectoryIterator interface provides a way to iterate over the entries in a directory.
Inherits from: nsISupports
void init(in nsIFileSpec parent, in boolean resolveSymlink); |
boolean exist(); |
void next(); |
| Attribute | Type | Description |
currentSpec | nsIFileSpec |
void init(
in nsIFileSpec parent,
in boolean resolveSymlink
);
parent resolveSymlink boolean exists();
void next();