nsIDirectoryIterator

The nsIDirectoryIterator interface provides a way to iterate over the entries in a directory.

Please add a summary to this article.
  Last changed in Gecko 1.8 (Firefox 1.5 / Thunderbird 1.5 / SeaMonkey 1.0)

Inherits from: nsISupports

Method overview

void init(in nsIFileSpec parent, in boolean resolveSymlink);
boolean exist();
void next();

Attributes

Attribute Type Description
currentSpec nsIFileSpec  

init()

  void init(
     in nsIFileSpec parent, 
     in boolean resolveSymlink
  );
Parameters
parent

resolveSymlink

exist()

  boolean exists();

next()

  void next();

 

Document Tags and Contributors

 Last updated by: Sheppy,