Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

getFiles

« XPCOM API Reference

Summary

This method is called by the Directory Service to query an enumeration of file or directory locations.

 nsISimpleEnumerator getFiles(
   in string aName
 );

Parameters

aName
[in] The symbolic name for an enumeration of file or directory locations.

Return Values

The elements of the returned nsISimpleEnumerator instance must support nsIFile and may support nsILocalFile.

See Also

nsIFile, nsILocalFile, nsISimpleEnumerator

Document Tags and Contributors

 Contributors to this page: Sheppy, Pmash
 Last updated by: Sheppy,