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
.