
nsIDirectoryServiceProvider2
This interface is an extension of
nsIDirectoryServiceProviderwhich allows multiple files to be returned for a given key. It is scriptable.Provides Directory Service with a prop when it gets a request for it and the requested type is
nsISimpleEnumerator.Syntax:
nsISimpleEnumerator nsIDirectoryServiceProvider2::getFiles( in string prop)Parameters:
Returns:
An enumerator for a list of file locations. The elements in the enumeration are of the typensIFile.
| Written by:Ellen Evans | Comments, questions, complaints?
Bug 143387 |